Skip to content

Commit 84c59bf

Browse files
committed
Enable adding label/prefix to PRs opened for non-main branch
1 parent 33f3e4c commit 84c59bf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/hibernate-github-bot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,11 @@ licenseAgreement:
6969
# See the `build-dependencies` group in the Dependabot's configuration file
7070
- user: dependabot[bot]
7171
titlePattern: "Bump.*"
72+
branches:
73+
enabled: true
74+
titlePrefix: "[%s]"
75+
label: "%s"
76+
ignore:
77+
# We ignore all dependabot PRs for a license check:
78+
- user: dependabot[bot]
79+
titlePattern: "Bump.*"

0 commit comments

Comments
 (0)