Skip to content

Commit 142d969

Browse files
marko-bekhtabeikov
authored andcommitted
Enable the check to verify that the license agreement is present in a PR description
1 parent 66c48fa commit 142d969

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/hibernate-github-bot.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,6 @@ develocity:
6060
pattern: "((?:h2|postgres(?:ql)?|pgsql|mysql|mariadb|mssql|tidb|cockroach(?:db)?|oracle|db2|hsqldb|edb|sybase)(?:.*(?=_ci)|.*))(?:_ci)?"
6161
replacement: "$1"
6262
- pattern: "main|HEAD|\\d+.\\d+|PR-\\d+"
63-
replacement: "" # Just remove these tags
63+
replacement: "" # Just remove these tags
64+
licenseAgreement:
65+
enabled: true

0 commit comments

Comments
 (0)