From a1cbd305b2745124f1ec6e924fb4934cb9d4af34 Mon Sep 17 00:00:00 2001 From: jaxl Date: Fri, 6 Aug 2021 22:32:12 +0800 Subject: [PATCH] Fix rebase.yml --- .github/workflows/rebase.yml | 1 + 1 file changed, 1 insertion(+) 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: