summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2021-01-03 09:45:19 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2021-01-03 09:48:43 +1000
commit9304aa0fd47c6de4afd8ff7c4c38798d90d0f1ac (patch)
treee31c6d3358cade905e9d154ee919dd071fb76f50 /.github
parent84b57757ad488263b39e2fae80cbd48cf8d00130 (diff)
.github/workflows/rebase-staging.yml: add reaction to the comment that started the job
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/rebase-staging.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/rebase-staging.yml b/.github/workflows/rebase-staging.yml
index 8214787778ed..61d609706107 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: