From 53c3eb8fe5f5b3685c33b728ebc7493459ff64df Mon Sep 17 00:00:00 2001 From: Kevin Ottens Date: Thu, 28 May 2020 19:05:57 +0200 Subject: Try to fix the rebase action I think I got the if clause wrong regarding limiting the command only to member users. Let's move this out of the way for now. Signed-off-by: Kevin Ottens --- .github/workflows/rebase.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/rebase.yaml b/.github/workflows/rebase.yaml index 94f178e3e..7540cabf9 100644 --- a/.github/workflows/rebase.yaml +++ b/.github/workflows/rebase.yaml @@ -5,7 +5,7 @@ name: Automatic Rebase jobs: rebase: name: Rebase - if: github.event.issue.pull_request != '' && github.event.comment.author_association == 'MEMBER' && contains(github.event.comment.body, '/rebase') + if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/rebase') runs-on: ubuntu-latest steps: - name: Checkout the latest code -- cgit v1.2.3