From f52ae792b07a6f055c2314a47c4d5a32534fa01f Mon Sep 17 00:00:00 2001 From: marko-bekhta Date: Thu, 9 Jan 2025 14:53:56 +0100 Subject: [PATCH] Enable the check to verify that the license agreement is present in a PR description --- .github/hibernate-github-bot.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/hibernate-github-bot.yml b/.github/hibernate-github-bot.yml index c78df9fbbc34..c2c29e23df50 100644 --- a/.github/hibernate-github-bot.yml +++ b/.github/hibernate-github-bot.yml @@ -60,4 +60,6 @@ develocity: pattern: "((?:h2|postgres(?:ql)?|pgsql|mysql|mariadb|mssql|tidb|cockroach(?:db)?|oracle|db2|hsqldb|edb|sybase)(?:.*(?=_ci)|.*))(?:_ci)?" replacement: "$1" - pattern: "main|HEAD|\\d+.\\d+|PR-\\d+" - replacement: "" # Just remove these tags \ No newline at end of file + replacement: "" # Just remove these tags +licenseAgreement: + enabled: true