From c9c86e41735d80b4ba2650da2a9c3e0b834c1ce0 Mon Sep 17 00:00:00 2001 From: Menglin Li Date: Sat, 27 Jun 2026 15:47:51 +0800 Subject: [PATCH] ci(octo-issue-feed): opt into webhook-only triage (enable_im_notify=false) --- .github/workflows/octo-issue-feed.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/octo-issue-feed.yml b/.github/workflows/octo-issue-feed.yml index 9334e2d..13da517 100644 --- a/.github/workflows/octo-issue-feed.yml +++ b/.github/workflows/octo-issue-feed.yml @@ -16,6 +16,7 @@ jobs: issue_url: ${{ github.event.issue.html_url }} issue_author: ${{ github.event.issue.user.login }} event_action: ${{ github.event.action }} + enable_im_notify: false secrets: OCTO_BOT_TOKEN: ${{ secrets.OCTO_BOT_TOKEN }} - TRIAGE_WEBHOOK_URL: ${{ secrets.TRIAGE_WEBHOOK_URL }} + TRIAGE_WEBHOOK_URL: ${{ secrets.TRIAGE_WEBHOOK_URL }} \ No newline at end of file