mirror of
https://github.com/gradle/actions.git
synced 2025-08-25 11:22:01 +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
|
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 }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user