Fix combine PRs workflow

This commit is contained in:
daz 2024-12-11 09:11:06 -07:00
parent fc2804f7b6
commit 686515ed83
No known key found for this signature in database

View File

@ -17,7 +17,9 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: combine-wrapperbot-prs - name: combine-wrapperbot-prs
uses: github/combine-prs@v5 uses: github/combine-prs@v5.2.0
with: with:
branch_regex: ^wrapperbot\/.*$ branch_prefix: wrapperbot
pr_title: 'Bump Gradle Wrappers'
ci_required: "false"
github_token: ${{ secrets.BOT_GITHUB_TOKEN }} github_token: ${{ secrets.BOT_GITHUB_TOKEN }}