diff --git a/.github/workflows/octo-pr-review-feed.yml b/.github/workflows/octo-pr-review-feed.yml index e370057..413be05 100644 --- a/.github/workflows/octo-pr-review-feed.yml +++ b/.github/workflows/octo-pr-review-feed.yml @@ -17,6 +17,8 @@ jobs: pr_url: ${{ github.event.pull_request.html_url }} pr_author: ${{ github.event.pull_request.user.login }} event_action: ${{ github.event.action }} + enable_im_notify: false project_group_id: 'eb1a640159594887b1da70785f47d4aa' secrets: OCTO_BOT_TOKEN: ${{ secrets.OCTO_BOT_TOKEN }} + PR_TRIAGE_WEBHOOK_URL: ${{ secrets.PR_TRIAGE_WEBHOOK_URL }} \ No newline at end of file