From e656e06acd8e01eadd7f9f00733dc2742e611309 Mon Sep 17 00:00:00 2001 From: tobiasKaminsky Date: Tue, 5 Jul 2022 08:42:18 +0200 Subject: [PATCH] wrong indentation Signed-off-by: tobiasKaminsky --- .github/workflows/command-rebase.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/command-rebase.yml b/.github/workflows/command-rebase.yml index f02ea21bd3..78fcf5d191 100644 --- a/.github/workflows/command-rebase.yml +++ b/.github/workflows/command-rebase.yml @@ -6,11 +6,11 @@ name: Rebase command on: - issue_comment: - types: created + issue_comment: + types: created -permissions: - contents: read +permissions: + contents: read jobs: rebase: @@ -18,11 +18,11 @@ jobs: permissions: contents: none - # On pull requests and if the comment starts with `/rebase` - if: github.event.issue.pull_request != '' && startsWith(github.event.comment.body, '/rebase') + # On pull requests and if the comment starts with `/rebase` + if: github.event.issue.pull_request != '' && startsWith(github.event.comment.body, '/rebase') - steps: - - name: Add reaction on start + steps: + - name: Add reaction on start uses: peter-evans/create-or-update-comment@v2 with: token: ${{ secrets.COMMAND_BOT_PAT }}