github.com/pyroscope-io/pyroscope@v0.37.3-0.20230725203016-5f6947968bd0/.github/workflows/auto-label.yml (about) 1 name: Auto Label 2 on: 3 pull_request_target: 4 types: [opened, synchronize] 5 6 jobs: 7 auto-label: 8 name: Auto Label 9 runs-on: ubuntu-latest 10 steps: 11 - uses: actions/checkout@v2 12 with: 13 ref: ${{github.event.pull_request.head.ref}} 14 repository: ${{github.event.pull_request.head.repo.full_name}} 15 - uses: banyan/auto-label@1.2 16 env: 17 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}