nixpkgs/.github/workflows/labels.yml
2021-03-20 17:51:02 -07:00

15 lines
260 B
YAML

name: "Label PR"
on:
pull_request_target:
jobs:
labels:
runs-on: ubuntu-latest
if: github.repository_owner == 'NixOS'
steps:
- uses: actions/labeler@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
sync-labels: true