github.com/waldiirawan/apm-agent-go/v2@v2.2.2/.github/workflows/labeler.yml (about)

     1  name: "Issue Labeler"
     2  on:
     3    issues:
     4      types: [opened]
     5    pull_request_target:
     6      types: [opened]
     7  
     8  jobs:
     9    triage:
    10      runs-on: ubuntu-latest
    11      steps:
    12      - uses: AlexanderWert/issue-labeler@v2.3
    13        with:
    14          repo-token: "${{ secrets.GITHUB_TOKEN }}"
    15          configuration-path: .github/labeler-config.yml
    16          enable-versioned-regex: 0