Skip to content

[Communication] Seeing the same message multiple times after a search #136

[Communication] Seeing the same message multiple times after a search

[Communication] Seeing the same message multiple times after a search #136

Workflow file for this run

name: "Issue Labeler"
on:
issues:
types: [opened, edited]
permissions:
issues: write
contents: read
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: MaximilianAnzinger/[email protected]
with:
configuration-path: .github/issue-labeler.yml
repo-token: ${{ github.token }}