karle-nishi has left a comment in the PR's thread #9
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Github-PR-Thread-Comment | |
run-name: ${{ github.triggering_actor }} has left a comment in the PR's thread | |
on: | |
issue_comment: | |
types: [created,edited,deleted] | |
jobs: | |
notify-pull-request-thread-comment: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Send GitHub Action trigger data to Slack workflow | |
id: slack | |
uses: slackapi/[email protected] | |
env: | |
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL_PR_THREAD_COMMENT }} | |