Skip to content

Commit f5b51f7

Browse files
authored
Revert "added action for discrod webhook (#5615)" (#5619)
This reverts commit 8eb880d.
1 parent 8eb880d commit f5b51f7

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/github_pagerduty_score_calculation.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,7 @@ jobs:
1414
uses: actions/setup-python@v2
1515
with:
1616
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 }}"
17+
2618
- name: Check if pager-duty template is used
2719
if: ${{ contains(github.event.issue.labels.*.name, 'pager-duty') && contains(github.event.issue.labels.*.name, 'bug') }}
2820
run: |

0 commit comments

Comments
 (0)