From ab120e827174fcd9b59ad801eb60a83bdc2c8e16 Mon Sep 17 00:00:00 2001 From: Davide D'Alto Date: Fri, 26 Apr 2024 15:38:40 +0200 Subject: [PATCH] [#1901] Add Develocity to GitHub actions via the Hibernate GitHub bot plugin --- .github/hibernate-github-bot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/hibernate-github-bot.yml diff --git a/.github/hibernate-github-bot.yml b/.github/hibernate-github-bot.yml new file mode 100644 index 000000000..2f8e67e9d --- /dev/null +++ b/.github/hibernate-github-bot.yml @@ -0,0 +1,6 @@ +--- +develocity: + buildScan: + # To have the bot create a GitHub check listing Develocity build scans + # for every commit that has completed checks related to CI (GitHub Actions or Jenkins) + addCheck: true \ No newline at end of file