Skip to content

Commit

Permalink
Enable the check to verify that the license agreement is present in a…
Browse files Browse the repository at this point in the history
… PR description
  • Loading branch information
marko-bekhta authored and beikov committed Jan 20, 2025
1 parent 66c48fa commit 142d969
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/hibernate-github-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
replacement: "" # Just remove these tags
licenseAgreement:
enabled: true

0 comments on commit 142d969

Please sign in to comment.