github.com/cloudwego/hertz@v0.9.3/.github/workflows/labeler.yml (about) 1 name: "Labeler" 2 on: 3 issues: 4 types: [ opened, edited, reopened ] 5 6 jobs: 7 triage: 8 if: contains(github.event.issue.labels.*.name, 'invalid issue') || join(github.event.issue.labels) == '' 9 runs-on: ubuntu-latest 10 name: Label issues 11 steps: 12 - name: check out 13 uses: actions/checkout@v3 14 15 - name: labeler 16 uses: jbinda/super-labeler-action@develop 17 with: 18 GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"