mirror of
https://github.com/gradle/actions.git
synced 2025-04-20 09:49:19 +08:00
Fix combine PRs workflow
This commit is contained in:
parent
fc2804f7b6
commit
686515ed83
6
.github/workflows/ci-combine-bot-prs.yml
vendored
6
.github/workflows/ci-combine-bot-prs.yml
vendored
@ -17,7 +17,9 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: combine-wrapperbot-prs
|
||||
uses: github/combine-prs@v5
|
||||
uses: github/combine-prs@v5.2.0
|
||||
with:
|
||||
branch_regex: ^wrapperbot\/.*$
|
||||
branch_prefix: wrapperbot
|
||||
pr_title: 'Bump Gradle Wrappers'
|
||||
ci_required: "false"
|
||||
github_token: ${{ secrets.BOT_GITHUB_TOKEN }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user