diff --git a/.github/workflows/automatic-rebase.yaml b/.github/workflows/automatic-rebase.yaml index 026a87c9..9627336e 100644 --- a/.github/workflows/automatic-rebase.yaml +++ b/.github/workflows/automatic-rebase.yaml @@ -11,10 +11,6 @@ jobs: ( contains(github.event.comment.body, '/rebase') || contains(github.event.comment.body, '/autosquash') - ) && - ( - github.event.comment.author_association == 'MEMBER' || - github.event.comment.author_association == 'COLLABORATOR' ) steps: - uses: tibdex/github-app-token@v1