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 763e0e2 commit 0b56373Copy full SHA for 0b56373
.github/workflows/rebase.yaml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
rebase:
11
- if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/rebase') && (github.event.comment.author_association == 'CONTRIBUTOR' || github.event.comment.author_association == 'MEMBER')
+ if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/rebase') && (github.event.comment.author_association == 'CONTRIBUTOR' || github.event.comment.author_association == 'MEMBER' || github.event.comment.author_association == 'OWNER')
12
runs-on: ubuntu-latest
13
steps:
14
- name: Checkout the latest code
0 commit comments