summary refs log blame commit diff
path: root/.github/workflows/labels.yml
blob: 1139807753db9ca4ec42661c1024b23516155958 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                               
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