mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-09 08:08:34 +01:00
This workflow / script is already doing more than must labeling: it's already auto-closing package request issues. Since we're going to migrate the nixpkgs-merge-bot into this workflow, we'll rename things to a more generic name.
35 lines
938 B
YAML
35 lines
938 B
YAML
# This file is used by .github/workflows/bot.yml
|
|
# This version uses `sync-labels: false`, meaning that a non-match will NOT remove the label
|
|
|
|
# keep-sorted start case=no numeric=yes newline_separated=yes skip_lines=1
|
|
|
|
"6.topic: policy discussion":
|
|
- any:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- .github/**/*
|
|
- CONTRIBUTING.md
|
|
- pkgs/README.md
|
|
- nixos/README.md
|
|
- maintainers/README.md
|
|
- lib/README.md
|
|
- doc/README.md
|
|
|
|
"8.has: documentation":
|
|
- any:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- doc/**/*
|
|
- nixos/doc/**/*
|
|
|
|
"backport release-25.05":
|
|
- any:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- .github/actions/*
|
|
- .github/workflows/*
|
|
- ci/**/*.*
|
|
- maintainers/github-teams.json
|
|
|
|
# keep-sorted end
|