Skip to content

Commit

Permalink
CI: Attempt to fix labeler action config file
Browse files Browse the repository at this point in the history
  • Loading branch information
SchoolGuy committed Nov 1, 2024
1 parent 8120090 commit 78f3a38
Showing 1 changed file with 22 additions and 11 deletions.
33 changes: 22 additions & 11 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,33 @@
API-Client:
- projects/cobbler-api/*
- projects/cobbler-api/**/*
- changed-files:
- any-glob-to-any-file:
- projects/cobbler-api/*
- projects/cobbler-api/**/*

Frontend:
- projects/cobbler-frontend/*
- projects/cobbler-frontend/**/*
- changed-files:
- any-glob-to-any-file:
- projects/cobbler-frontend/*
- projects/cobbler-frontend/**/*

TS-XMLRPC:
- projects/typescript-xmlrpc/*
- projects/typescript-xmlrpc/**/*
- changed-files:
- any-glob-to-any-file:
- projects/typescript-xmlrpc/*
- projects/typescript-xmlrpc/**/*

documentation:
- docs-additional/*
- docs-additional/**/*
- changed-files:
- any-glob-to-any-file:
- docs-additional/*
- docs-additional/**/*

tests:
- "*.spec.ts"
- changed-files:
- any-glob-to-any-file: "*.spec.ts"

dependencies:
- package.json
- package-lock.json
- changed-files:
- any-glob-to-any-file:
- package.json
- package-lock.json

0 comments on commit 78f3a38

Please sign in to comment.