summaryrefslogtreecommitdiffstats
path: root/.github/labeler-no-sync.yml
blob: 88a2b267484acc52b501a248425ad75b590c54c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# 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-26.05":
  - all:
      - changed-files:
          - any-glob-to-any-file:
              - .github/actions/**/*
              - .github/workflows/*
              - .github/labeler*.yml
              - ci/**/*.*
              - maintainers/github-teams.json
      - base-branch: ['master']

# keep-sorted end