From cec5617107444890b2b37ac67829afeca36f07db Mon Sep 17 00:00:00 2001 From: Sakamoto Noriaki Date: Mon, 23 Oct 2023 15:26:11 +0900 Subject: [PATCH] Remove member status check from auto rebasing --- .github/workflows/automatic-rebase.yaml | 4 ---- 1 file changed, 4 deletions(-) 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