Skip to content

Commit

Permalink
Enable mentions
Browse files Browse the repository at this point in the history
  • Loading branch information
trallard committed Jul 9, 2024
1 parent 3313be6 commit 20fea75
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/notify-review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@ jobs:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
SLACK_CHANNEL: trallard-test-channel
SLACK_COLOR: "#7868E6"
SLACK_TITLE: "New PR assigned for review"
SLACK_MESSAGE: |
"A new PR has been assigned to you for review :eyes:
*PR Title*: ${{ env.PR_TITLE }}
*PR URL*: ${{ env.PR_URL }}
*Reviewers*: ${{ env.REVIEWERS }}"
*Reviewers*: ${{ env.REVIEWERS }}
SLACK_USERNAME: "GH-bot"
SLACK_ICON_EMOJI: ":bell:"
SLACK_LINK_NAMES: true
MSG_MINIMAL: event

0 comments on commit 20fea75

Please sign in to comment.