Skip to content

Commit

Permalink
Development: Fix automatic pull request labeler CI action (#7749)
Browse files Browse the repository at this point in the history
  • Loading branch information
b-fein authored Dec 17, 2023
1 parent f9198cd commit 60e143d
Showing 1 changed file with 18 additions and 9 deletions.
27 changes: 18 additions & 9 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,35 @@
server:
- src/main/java/**/*.java
- changed-files:
- any-glob-to-any-file: src/main/java/**/*.java

client:
- src/main/webapp/**/*
- changed-files:
- any-glob-to-any-file: src/main/webapp/**/*

tests:
- src/test/**/*
- changed-files:
- any-glob-to-any-file: src/test/**/*

cypress:
- src/test/cypress/**/*
- changed-files:
- any-glob-to-any-file: src/test/cypress/**/*

database:
- src/main/resources/config/liquibase/master.xml
- changed-files:
- any-glob-to-any-file: src/main/resources/config/liquibase/master.xml

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

docker:
- docker/**/*
- changed-files:
- any-glob-to-any-file: docker/**/*

config-change:
- src/main/resources/config/*.yml
- changed-files:
- any-glob-to-any-file: src/main/resources/config/*.yml

template:
- src/main/resources/templates/**/*
- changed-files:
- any-glob-to-any-file: src/main/resources/templates/**/*

0 comments on commit 60e143d

Please sign in to comment.