github.com/instill-ai/component@v0.16.0-beta/.github/workflows/add-label-to-pr.yml (about) 1 name: Add Label to PR 2 3 on: 4 pull_request_target: 5 types: 6 - opened 7 - synchronize 8 9 jobs: 10 triage: 11 uses: instill-ai/.github/.github/workflows/add-label-to-pr.yml@main 12 secrets: 13 botGitHubToken: ${{ secrets.botGitHubToken }}