github.com/dolthub/go-mysql-server@v0.18.0/.github/workflows/label-customer-issues.yaml (about) 1 name: Label Customer Issues 2 3 on: 4 issues: 5 types: [opened] 6 pull_request_target: 7 branches: [main] 8 types: [opened] 9 10 jobs: 11 label_customer_issues: 12 runs-on: ubuntu-latest 13 steps: 14 - uses: dolthub/label-customer-issues@main 15 with: 16 repo-token: ${{ secrets.REPO_ACCESS_TOKEN }} 17 issue-label: customer issue 18 pr-label: contribution 19 exclude: dependabot