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 8eb880d commit f5b51f7Copy full SHA for f5b51f7
.github/workflows/github_pagerduty_score_calculation.yml
@@ -14,15 +14,7 @@ jobs:
14
uses: actions/setup-python@v2
15
with:
16
python-version: '3.x'
17
- - if: github.event.label.name == 'pager-duty'
18
- name: discord webhook
19
- env:
20
- DISCORD_WEBHOOK: ${{ secrets.GH_ISSUES_DISCORD_WEBHOOK }}
21
- DISCORD_WEBHOOK_FORUM: ${{ secrets.PAGERDUTY_DISCORD_WEBHOOK }}
22
- ENABLE_FORUM: true
23
- uses: devtron-labs/action-discord@master
24
- with:
25
- args: " ${{ github.event.issue.title }} ${{ github.event.issue.html_url }}"
+
26
- name: Check if pager-duty template is used
27
if: ${{ contains(github.event.issue.labels.*.name, 'pager-duty') && contains(github.event.issue.labels.*.name, 'bug') }}
28
run: |
0 commit comments