From 0129854a75664f37a23e8301d80c49522bab616e Mon Sep 17 00:00:00 2001 From: adamw Date: Mon, 26 Feb 2024 15:37:36 +0100 Subject: [PATCH] Add comment --- .github/workflows/rebase-cmd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rebase-cmd.yml b/.github/workflows/rebase-cmd.yml index c08681c3..1880be85 100644 --- a/.github/workflows/rebase-cmd.yml +++ b/.github/workflows/rebase-cmd.yml @@ -9,7 +9,7 @@ jobs: - uses: peter-evans/rebase@v3 id: rebase with: - token: ${{ secrets.REPO_GITHUB_TOKEN }} + token: ${{ secrets.REPO_GITHUB_TOKEN }} # required so that CI will be triggered, see: https://github.com/peter-evans/create-pull-request/issues/48 head: ${{ github.event.client_payload.pull_request.head.label }} - name: Add reaction if: steps.rebase.outputs.rebased-count == 1