Skip to content

Commit 792eca4

Browse files
Update rebase.yml
1 parent 72752dd commit 792eca4

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/rebase.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ jobs:
88
runs-on: ubuntu-latest
99
if: >-
1010
github.event.issue.pull_request != '' &&
11-
github.event.comment.author_association == 'MEMBER' &&
11+
(
12+
github.event.comment.author_association == 'CONTRIBUTOR' ||
13+
github.event.comment.author_association == 'OWNER'
14+
) &&
1215
(
1316
contains(github.event.comment.body, '/rebase') ||
1417
contains(github.event.comment.body, '/autosquash')

0 commit comments

Comments
 (0)