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 58c56f8 commit 591c036Copy full SHA for 591c036
.github/workflows/rebase.yml
@@ -2,8 +2,13 @@ name: Automatic Rebase
2
on:
3
issue_comment:
4
types: [created]
5
+permissions: {}
6
jobs:
7
rebase:
8
+ permissions:
9
+ contents: write # to push code to rebase (cirrus-actions/rebase)
10
+ pull-requests: read # to get info about PR (cirrus-actions/rebase)
11
+
12
name: Rebase
13
if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/rebase')
14
runs-on: ubuntu-latest
0 commit comments