Skip to content

Commit

Permalink
github: stop adding notification comments to issues/PRs (#14460)
Browse files Browse the repository at this point in the history
> Heads up @foo - the "Documentation" label was applied to this issue.
  • Loading branch information
tomponline authored Nov 13, 2024
2 parents 75aea99 + ac93fb9 commit ba31c87
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit ba31c87

Please sign in to comment.