Skip to content

Commit

Permalink
revert post-to-slack action for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
kneehill committed Mar 15, 2024
1 parent 28e0e86 commit cf386c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/notify-pr-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
echo "payload=$BODY" >> $GITHUB_OUTPUT
- name: Post to Slack
uses: rise8-us/cato-playbook/.github/actions/post-to-slack@main
uses: rise8-us/cato-playbook/.github/actions/post-to-slack@notifications
with:
channel-id: ${{ vars.SLACK_CHANNEL_ID }}
message: ${{ steps.generate-message.outputs.payload }}
Expand All @@ -56,7 +56,7 @@ jobs:
echo "payload=$BODY" >> $GITHUB_OUTPUT
- name: Post to Slack
uses: rise8-us/cato-playbook/.github/actions/post-to-slack@main
uses: rise8-us/cato-playbook/.github/actions/post-to-slack@notifications
with:
channel-id: ${{ vars.SLACK_CHANNEL_ID }}
message: ${{ steps.generate-message.outputs.payload }}
Expand All @@ -77,7 +77,7 @@ jobs:
echo "payload=$BODY" >> $GITHUB_OUTPUT
- name: Post to Slack
uses: rise8-us/cato-playbook/.github/actions/post-to-slack@main
uses: rise8-us/cato-playbook/.github/actions/post-to-slack@notifications
with:
channel-id: ${{ vars.SLACK_CHANNEL_ID }}
message: ${{ steps.generate-message.outputs.payload }}
Expand Down
2 changes: 1 addition & 1 deletion templates/slack-notify-pr-opened.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
cat << EOF > slack_message
:exclamation: A new pull request has been *opened* by $PR_AUTHOR in the <$REPO_URL|$REPO> repository, and is *pending approval*.
Approvers may review it here: <$PR_URL|$PR_NAME>
Anyone in @cato-repo-pr-approvers can review it here: <$PR_URL|$PR_NAME>
EOF

0 comments on commit cf386c9

Please sign in to comment.