Skip to content

Commit

Permalink
build: Notify us in Slack when on-call tickets are made
Browse files Browse the repository at this point in the history
  • Loading branch information
sarina authored Jul 3, 2024
1 parent c12efc9 commit fe10989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/add-GHrequest-to-team-board.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
# This data can be any valid JSON from a previous step in the GitHub Action
payload: |
{
"msg": "test payload"
"msg": "${{ github.event.issue.title }}\nAuthor: ${{ github.event.issue.user.login }}\nURL: https://www.github.com/openedx/axim-engineering/issues/${{ github.event.issue.number }}"
}
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
Expand Down

0 comments on commit fe10989

Please sign in to comment.