Skip to content

Commit 6af6ee0

Browse files
adjust
Signed-off-by: pasta <[email protected]>
1 parent 7fa9cba commit 6af6ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rebase.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ permissions:
1818
jobs:
1919
rebase:
2020
name: Rebase
21-
if: github.event.comment.author_association == 'COLLABORATOR' && github.event.issue.pull_request != '' && contains(github.event.comment.body, '/rebase')
21+
if: (github.event.comment.author_association == 'COLLABORATOR' || github.event.comment.author_association == 'OWNER') && github.event.issue.pull_request != '' && contains(github.event.comment.body, '/rebase')
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Checkout the latest code

0 commit comments

Comments
 (0)