We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3431da commit dfd91d2Copy full SHA for dfd91d2
.github/workflows/review-approved-slack-notification.yml
@@ -1,8 +1,8 @@
1
-name: PR approved Slack notification
+name: PR reviewed Slack notification
2
on:
3
pull_request_review:
4
types: [submitted]
5
jobs:
6
- approved:
7
- uses: NomicFoundation/github-actions-workflows/.github/workflows/review-approved-slack-notification.yml@main
+ reviewed:
+ uses: NomicFoundation/github-actions-workflows/.github/workflows/review-submitted-slack-notification.yml@main
8
secrets: inherit
0 commit comments