diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml index 270e9e2b..a0b7de74 100644 --- a/.github/workflows/rebase.yml +++ b/.github/workflows/rebase.yml @@ -7,6 +7,7 @@ jobs: name: Rebase if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/rebase') && (github.event.comment.author_association == 'OWNER' || + github.event.comment.author_association == 'MEMBER' || github.event.comment.author_association == 'COLLABORATOR') runs-on: ubuntu-latest steps: