From 11c36bd9a051cf89e3e786505fc41fb9319eca13 Mon Sep 17 00:00:00 2001 From: Nicolas De Loof Date: Wed, 14 Apr 2021 08:02:51 +0200 Subject: [PATCH] rebase workflow Signed-off-by: Nicolas De Loof --- .github/workflows/rebase.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml index 79ed91d82..db5203798 100644 --- a/.github/workflows/rebase.yml +++ b/.github/workflows/rebase.yml @@ -5,7 +5,7 @@ on: jobs: rebase: name: Rebase - if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/rebase') && github.event.comment.author_association == 'MEMBER' + if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/rebase') runs-on: ubuntu-latest steps: - name: Checkout the latest code