We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aef30aa commit 69215f1Copy full SHA for 69215f1
1 file changed
.github/workflows/ci-combine-bot-prs.yml
@@ -3,21 +3,22 @@ name: Combine Bot PRs
3
on:
4
workflow_dispatch:
5
6
-# The minimum permissions required to run this Action
7
permissions:
8
- contents: write
9
- pull-requests: write
10
- checks: read
+ contents: read
11
12
jobs:
13
combine-wrapperbot-prs:
+ permissions:
+ contents: write
+ pull-requests: write
14
+ checks: read
15
if: github.repository == 'gradle/actions'
16
runs-on: ubuntu-latest
17
steps:
18
- name: combine-wrapperbot-prs
19
uses: github/[email protected]
20
with:
21
branch_prefix: wrapperbot
22
+ combine_branch_name: wrapperbot/combined-wrapper-updates
23
pr_title: 'Bump Gradle Wrappers'
24
ci_required: "false"
- github_token: ${{ secrets.BOT_GITHUB_TOKEN }}
0 commit comments