Skip to content

akshayar has left a comment in the PR's thread #14

akshayar has left a comment in the PR's thread

akshayar has left a comment in the PR's thread #14

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 }}