dependabot[bot] has opened a pull request #247
Workflow file for this run
This file contains hidden or 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/slack-github-action@v1.23.0 | |
| env: | |
| SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} |