Skip to content

Commit 87668d8

Browse files
authored
ci(octo-issue-feed): opt into webhook-only triage (#141)
Adds enable_im_notify: false to opt this repo out of the redundant IM ping (multica triage agent creates a tracked issue). Backed by Mininglamp-OSS/.github#80.
1 parent b286760 commit 87668d8

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)