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 2a35775 commit 1b9a8b4Copy full SHA for 1b9a8b4
.github/workflows/rebase.yml
@@ -3,7 +3,8 @@ name: Automatic Rebase
3
on: [pull_request_target]
4
5
permissions:
6
- contents: read
+ contents: write # for ljharb/rebase to push code to rebase
7
+ pull-requests: read # for ljharb/rebase to get info about PR
8
9
jobs:
10
_:
0 commit comments