DevanathanSabapathy1 has opened a pull request #193
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 | |
run-name: ${{ github.triggering_actor }} has opened a pull request | |
on: | |
pull_request: | |
types: [opened,reopened,closed,converted_to_draft] | |
jobs: | |
notify-pull-request: | |
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 }} |