Skip to content

Commit

Permalink
fix(labeler-ci): fix labeler workflow app in the repository, closes #213
Browse files Browse the repository at this point in the history
  • Loading branch information
Falcion committed Jan 20, 2025
1 parent b50d4ea commit ad68ffa
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# Add 'code-scanning' label to any changes within 'code-scanning' folder or any subfolders
code-scanning:
- code-scanning/**/*
# code-scanning:
# - code-scanning/**/*
documentation:
- 'docs/**/*'
automation/ci-cd:
- '.github/workflows/**/*'
- '.github/*.yml'
automation/tooling:
- 'kubernetes/**/*'
dependencies:
- '**/package*'
- '**/composer*'
- '**/yarn*'
- '**/requirements'
main:
- 'source/**/*'
python:
- '**/*.py'
release:
- 'release/**/*'

0 comments on commit ad68ffa

Please sign in to comment.