.github/workflows/rebase-staging.yml: add reaction to the comment that started the job

This commit is contained in:
zowoq 2021-01-03 09:45:19 +10:00
parent 84b57757ad
commit 9304aa0fd4
1 changed files with 4 additions and 0 deletions

View File

@ -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: