Skip to content

Commit 1799eed

Browse files
authored
ci(octo-issue-feed): opt into webhook-only triage (enable_im_notify=false) (#54)
1 parent fb00d6e commit 1799eed

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/octo-issue-feed.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
issue_url: ${{ github.event.issue.html_url }}
1717
issue_author: ${{ github.event.issue.user.login }}
1818
event_action: ${{ github.event.action }}
19+
enable_im_notify: false
1920
secrets:
2021
OCTO_BOT_TOKEN: ${{ secrets.OCTO_BOT_TOKEN }}
21-
TRIAGE_WEBHOOK_URL: ${{ secrets.TRIAGE_WEBHOOK_URL }}
22+
TRIAGE_WEBHOOK_URL: ${{ secrets.TRIAGE_WEBHOOK_URL }}

0 commit comments

Comments
 (0)