Skip to content

Commit

Permalink
Update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
alcuadrado committed May 23, 2024
1 parent c3431da commit dfd91d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/review-approved-slack-notification.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: PR approved Slack notification
name: PR reviewed Slack notification
on:
pull_request_review:
types: [submitted]
jobs:
approved:
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
secrets: inherit

0 comments on commit dfd91d2

Please sign in to comment.