mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
15 lines
260 B
YAML
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
|