File: labeler.yml

package info (click to toggle)
stsci.tools 4.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 44,384 kB
  • sloc: python: 13,111; makefile: 75
file content (18 lines) | stat: -rw-r--r-- 338 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
documentation:
- changed-files:
  - any-glob-to-any-file:
    - .github/**/*.md
    - .readthedocs.yaml
    - doc/**/*
    - '*.md'
  - all-globs-to-any-file:
    - '*.rst'
    - '!CHANGES.rst'

tests:
- changed-files:
  - any-glob-to-any-file:
    - .bandit.yaml
    - .github/**/*.yml
    - conftest.py
    - lib/stsci/tools/tests/**/*