From 480114a00ca264ad1f05421cb6dca18f7aa5333c Mon Sep 17 00:00:00 2001 From: marko-bekhta Date: Thu, 25 Sep 2025 11:44:12 +0200 Subject: [PATCH] Enable adding label/prefix to PRs opened for non-main branch --- .github/hibernate-github-bot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/hibernate-github-bot.yml b/.github/hibernate-github-bot.yml index f604f18a65dc..26a48092d408 100644 --- a/.github/hibernate-github-bot.yml +++ b/.github/hibernate-github-bot.yml @@ -75,3 +75,9 @@ licenseAgreement: name: license-agreement organization: hibernate titlePattern: ".*" +branches: + enabled: true + label: "%s" + ignore: + - user: dependabot[bot] + titlePattern: ".*"