Skip to content

Commit

Permalink
Add slack DMs workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
alcuadrado authored and OmarTawfik committed Jun 28, 2024
1 parent ba36515 commit 608e1ae
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/review-requested-slack-notification.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: PR review requested Slack notification
on:
pull_request_target:
types: [review_requested]
jobs:
requested:
uses: NomicFoundation/github-actions-workflows/.github/workflows/review-requested-slack-notification.yml@main
secrets: inherit
8 changes: 8 additions & 0 deletions .github/workflows/review-submitted-slack-notification.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: PR reviewed Slack notification
on:
pull_request_review:
types: [submitted]
jobs:
reviewed:
uses: NomicFoundation/github-actions-workflows/.github/workflows/review-submitted-slack-notification.yml@main
secrets: inherit

0 comments on commit 608e1ae

Please sign in to comment.