mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 14:51:44 +00:00
12 lines
317 B
YAML
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 }}"
|