github.com/cosmos/cosmos-sdk@v0.50.10/.github/workflows/issue_labeler.yml (about) 1 name: "Issue Labeler" 2 on: 3 issues: 4 types: [opened] 5 6 jobs: 7 triage: 8 runs-on: ubuntu-latest 9 steps: 10 - uses: github/issue-labeler@v3.1 11 if: join(github.event.issue.labels) == '' 12 with: 13 repo-token: "${{ secrets.GITHUB_TOKEN }}" 14 configuration-path: .github/issue_labeler.yml 15 enable-versioned-regex: 0