We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93f47a5 commit b8357a3Copy full SHA for b8357a3
.github/workflows/slack-notify-pr-open.yml
@@ -15,8 +15,7 @@ jobs:
15
SLACK_USERNAME: Github CI
16
SLACK_ICON: https://github.com/github.png
17
SLACK_COLOR: '#36a64f'
18
- SLACK_TITLE: 'New Pull Request 🚀'
+ SLACK_TITLE: 'New Pull Request'
19
SLACK_MESSAGE: |
20
- 🚧 PR #${{ github.event.pull_request.number }} ${{ github.event.pull_request.title }}
21
- created by ${{ github.actor }}
+ #${{ github.event.pull_request.number }} ${{ github.event.pull_request.title }}
22
🔗 ${{ github.event.pull_request.html_url }}
0 commit comments