File: labeler.yaml

package info (click to toggle)
cidr 2.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 212 kB
  • sloc: makefile: 16
file content (29 lines) | stat: -rw-r--r-- 533 bytes parent folder | download | duplicates (2)
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
# Copyright (c) Bruno Schaatsbergen
# SPDX-License-Identifier: MIT

github-actions:
  - changed-files:
      - any-glob-to-any-file:
        - '.github/**'
        - '.goreleaser.yaml'

dependencies:
  - changed-files:
      - any-glob-to-any-file:
        - 'go.mod'
        - 'go.sum'

documentation:
  - changed-files:
      - any-glob-to-any-file:
        - 'README.md'

legal:
  - changed-files:
      - any-glob-to-any-file:
        - 'LICENSE'

tests:
  - changed-files:
      - any-glob-to-any-file:
        - '**/*_test.go'