From 9304aa0fd47c6de4afd8ff7c4c38798d90d0f1ac Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Sun, 3 Jan 2021 09:45:19 +1000 Subject: [PATCH] .github/workflows/rebase-staging.yml: add reaction to the comment that started the job --- .github/workflows/rebase-staging.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/rebase-staging.yml b/.github/workflows/rebase-staging.yml index 8214787778e..61d60970610 100644 --- a/.github/workflows/rebase-staging.yml +++ b/.github/workflows/rebase-staging.yml @@ -11,6 +11,10 @@ jobs: runs-on: ubuntu-latest if: github.repository_owner == 'NixOS' && github.event.issue.pull_request != '' && contains(github.event.comment.body, '/rebase-staging') steps: + - uses: peter-evans/create-or-update-comment@v1 + with: + comment-id: ${{ github.event.commit.id }} + reactions: eyes - uses: scherermichael-oss/action-has-permission@1.0.6 id: check-write-access with: