From ac93fb9b4bc8145e214e6ef96f62a9c7184a461f Mon Sep 17 00:00:00 2001 From: Simon Deziel Date: Wed, 13 Nov 2024 11:29:57 -0500 Subject: [PATCH] github: stop adding notification comments to issues/PRs > Heads up @foo - the "Documentation" label was applied to this issue. Signed-off-by: Simon Deziel --- .github/workflows/triage.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index 32e36dd0cd74..980b415b1502 100644 --- a/.github/workflows/triage.yml +++ b/.github/workflows/triage.yml @@ -22,20 +22,3 @@ jobs: with: repo-token: "${{ secrets.GITHUB_TOKEN }}" sync-labels: true - notify: - name: Notify - permissions: - contents: read - pull-requests: write - issues: write - runs-on: ubuntu-22.04 - steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - name: Notify - uses: iamfj/action-label-notification@4e60f368a1f941089eeda54fdeb120f3f49ff66c # v1.0.0 - with: - token: ${{ secrets.GITHUB_TOKEN }} - mapping: > - - label: Documentation - recipients: - - '@mionaalex'