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 7fa9cba commit 6af6ee0Copy full SHA for 6af6ee0
.github/workflows/rebase.yml
@@ -18,7 +18,7 @@ permissions:
18
jobs:
19
rebase:
20
name: Rebase
21
- if: github.event.comment.author_association == 'COLLABORATOR' && github.event.issue.pull_request != '' && contains(github.event.comment.body, '/rebase')
+ if: (github.event.comment.author_association == 'COLLABORATOR' || github.event.comment.author_association == 'OWNER') && github.event.issue.pull_request != '' && contains(github.event.comment.body, '/rebase')
22
runs-on: ubuntu-latest
23
steps:
24
- name: Checkout the latest code
0 commit comments