Skip to content

Commit

Permalink
Merge branch 'main' into fix/proxy-feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Bindambc authored Jan 26, 2024
2 parents ec5ec06 + 86e38de commit 06ba226
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 7 deletions.
24 changes: 18 additions & 6 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,25 @@
tests:
- src/test/**/*
- changed-files:
- any-glob-to-any-file: 'src/test/**/*'

java:
- '**/*.java'
- changed-files:
- any-glob-to-any-file: '**/*.java'

documentation:
- '**/*.md'
- changed-files:
- any-glob-to-any-file: '**/*.md'

markdown:
- '**/*.md'
- changed-files:
- any-glob-to-any-file: '**/*.md'

github-actions:
- .github/**/*
- changed-files:
- any-glob-to-any-file: '.github/**/*'

dependencies:
- pom.xml
- changed-files:
- any-glob-to-any-file: 'pom.xml'


2 changes: 1 addition & 1 deletion .github/workflows/maven-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
run: mvn -B package --file pom.xml
#coverage
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3

0 comments on commit 06ba226

Please sign in to comment.