Skip to content

Commit 32a0f9e

Browse files
authored
Merge pull request #47 from revolter/fix/ci-rebase
2 parents fca8014 + 7acb1d5 commit 32a0f9e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/rebase.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ jobs:
88
rebase:
99
if: >
1010
github.event.issue.pull_request != '' &&
11-
contains(github.event.comment.body, '/rebase') &&
12-
github.event.comment.author_association == 'COLLABORATOR'
11+
contains(github.event.comment.body, '/rebase') && (
12+
github.event.comment.author_association == 'OWNER' ||
13+
github.event.comment.author_association == 'COLLABORATOR'
14+
)
1315
1416
runs-on: ubuntu-latest
1517

0 commit comments

Comments
 (0)