Try to fix the rebase action
authorKevin Ottens <kevin.ottens@nextcloud.com>
Thu, 28 May 2020 17:05:57 +0000 (19:05 +0200)
committerKevin Ottens <ervin@ipsquad.net>
Thu, 28 May 2020 17:27:12 +0000 (19:27 +0200)
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 <kevin.ottens@nextcloud.com>
.github/workflows/rebase.yaml

index 94f178e3ec6d8f404c2685bce494edbadb452401..7540cabf95c2fe90ab798ec4fa1d57740103f987 100644 (file)
@@ -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