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 201d049 commit f442d58Copy full SHA for f442d58
.github/workflows/pr-merge.yaml
@@ -12,6 +12,6 @@
12
shell: bash
13
env:
14
DISCORD_WEBHOOK_BETA_TESTERS: ${{ secrets.DISCORD_WEBHOOK_BETA_TESTERS }}
15
- if: github.event.pull_request.merged == true
+ # if: github.event.pull_request.merged == true
16
run: |
17
curl -H "Content-Type: application/json" -d '{"content": "Pull Request ${{ github.event.pull_request.number }} merged by ${{ github.actor }}"}' $DISCORD_WEBHOOK_BETA_TESTERS
0 commit comments