Skip to content

Commit

Permalink
Create slack-notify.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SVAdithya authored Jul 19, 2024
1 parent 5e2a169 commit 5e21b8f
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/slack-notify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Notify Slack

on:
pull_request:
types:
- assigned
- unassigned
- labeled
- unlabeled
- opened
- edited
- closed
- reopened
- synchronize
- ready_for_review
- locked
- unlocked
- review_requested
- review_request_removed

jobs:
slackNotification:
runs-on: ubuntu-latest
steps:
- name: Send notification to Slack
uses: rtCamp/action-slack-notify@v2.1.0
env:
SLACK_WEB

0 comments on commit 5e21b8f

Please sign in to comment.