Skip to content

Commit a1cd2fa

Browse files
authored
ci(octo-pr-review-feed): opt into webhook-only triage (#63)
Adds enable_im_notify: false + wires PR_TRIAGE_WEBHOOK_URL secret. Backed by Mininglamp-OSS/.github#81 (which added the input + secret to the reusable). PR fan-out triage agent now files a tracked review issue; the IM ping becomes redundant.
1 parent 3555e66 commit a1cd2fa

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/octo-pr-review-feed.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
pr_url: ${{ github.event.pull_request.html_url }}
1818
pr_author: ${{ github.event.pull_request.user.login }}
1919
event_action: ${{ github.event.action }}
20+
enable_im_notify: false
2021
project_group_id: 'bdc0df15fdb346508e4281f3df55f749'
2122
secrets:
2223
OCTO_BOT_TOKEN: ${{ secrets.OCTO_BOT_TOKEN }}
24+
PR_TRIAGE_WEBHOOK_URL: ${{ secrets.PR_TRIAGE_WEBHOOK_URL }}

0 commit comments

Comments
 (0)