Skip to content

Commit

Permalink
ci: label pr based on changes in subfolders too
Browse files Browse the repository at this point in the history
Signed-off-by: Younes Khoudli <[email protected]>
  • Loading branch information
Khoyo authored and emersion committed Nov 21, 2024
1 parent 55e6e35 commit 72cdd76
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
"area:ci":
- any:
- changed-files:
- any-glob-to-any-file: ".github/*"
- any-glob-to-any-file: ".github/**"
"area:core":
- any:
- changed-files:
- any-glob-to-any-file: "core/*"
- any-glob-to-any-file: "core/**"
"area:editoast":
- any:
- changed-files:
- any-glob-to-any-file: "editoast/*"
- any-glob-to-any-file: "editoast/**"
"area:front":
- any:
- changed-files:
- any-glob-to-any-file: "front/*"
- any-glob-to-any-file: "front/**"
"area:gateway":
- any:
- changed-files:
- any-glob-to-any-file: "gateway/*"
- any-glob-to-any-file: "gateway/**"
"area:integration-tests":
- any:
- changed-files:
- any-glob-to-any-file: "tests/*"
- any-glob-to-any-file: "tests/**"
"area:osrdyne":
- any:
- changed-files:
- any-glob-to-any-file: "osrdyne/*"
- any-glob-to-any-file: "osrdyne/**"
"area:railjson":
- any:
- changed-files:
- any-glob-to-any-file: "python/*"
- any-glob-to-any-file: "python/**"

0 comments on commit 72cdd76

Please sign in to comment.