Skip to content

Commit d2d4717

Browse files
committed
Skip license agreement check for members of the license-agreement team
Members of this team already agreed to both LGPL and ASL2 for all their contributions.
1 parent 163b478 commit d2d4717

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/hibernate-github-bot.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ develocity:
6868
licenseAgreement:
6969
enabled: true
7070
ignore:
71-
# See the `build-dependencies` group in the Dependabot's configuration file
7271
- user: dependabot[bot]
7372
titlePattern: "Bump.*"
73+
# Members of this team already agreed to both LGPL and ASL2 for all their contributions.
74+
- team:
75+
name: license-agreement
76+
organization: hibernate
77+
titlePattern: ".*"

0 commit comments

Comments
 (0)