Skip to content

Commit 13576d6

Browse files
committed
Enable license check on PRs
1 parent c591967 commit 13576d6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/hibernate-github-bot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,9 @@ develocity:
4747
replacement: "$1"
4848
- pattern: "org.hibernate.validator|Hibernate Validator|main|HEAD|\\d+.\\d+|PR-\\d+"
4949
replacement: "" # Just remove these tags
50+
licenseAgreement:
51+
enabled: true
52+
ignore:
53+
# We ignore all dependabot PRs for a license check:
54+
- user: dependabot[bot]
55+
titlePattern: "Bump.*"

0 commit comments

Comments
 (0)