sourcegraph/.github/workflows/team-labeler.yml
Vincent 1a9954fc59
Pin third-party actions (#61037)
* pin third-party actions
2024-03-12 16:32:27 +00:00

12 lines
317 B
YAML

name: team-label
on:
pull_request:
types: [opened, reopened]
jobs:
team-labeler:
runs-on: ubuntu-latest
steps:
- uses: JulienKode/team-labeler-action@a205b2457cc66b356257560e3c7bb853a9e8199e # SECURITY: pin third-party action hashes
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"