Skip to content

Commit

Permalink
label changes to CI-related files
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Feb 2, 2024
1 parent f5912f5 commit 3ff3e6f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
# Uncomment the following lines to enable the labeler (requires labels with the same name to exist in the repository)

# label 'ci' all automation-related steps and files
#'CI':
# - changed-files:
# - any-glob-to-any-file:
# - '.editorconfig'
# - '.flake8'
# - '.pre-commit-config.yaml'
# - '.yamllint.yml'
# - '.github/workflows/*'
# - 'tox.ini'
# - 'Makefile'
'CI':
- changed-files:
- any-glob-to-any-file:
- '.editorconfig'
- '.flake8'
- '.pre-commit-config.yaml'
- '.yamllint.yml'
- '.github/workflows/*'
- 'tox.ini'
- 'Makefile'

0 comments on commit 3ff3e6f

Please sign in to comment.