Skip to content

DevanathanSabapathy1 has opened a pull request #202

DevanathanSabapathy1 has opened a pull request

DevanathanSabapathy1 has opened a pull request #202

Workflow file for this run

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