Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
build: label
Browse files Browse the repository at this point in the history
  • Loading branch information
unknowIfGuestInDream authored Dec 11, 2023
1 parent 41edea1 commit 2e29783
Showing 1 changed file with 10 additions and 15 deletions.
25 changes: 10 additions & 15 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,19 @@
test:
- src/test/**
- changed-files:
- any-glob-to-any-file: src/test/**

workflow:
- .github/**
- .mergify.yml
- changed-files:
- any-glob-to-any-file: [ '.github/**' ,'.mergify.yml' ]

documentation:
- CHANGELOG.md
- LICENSE
- README.md
- QuickStart.md
- SECURITY.md
- CONTRIBUTORS.md
- CONTRIBUTING.md
- changed-files:
- any-glob-to-any-file: [ 'CHANGELOG.md' ,'LICENSE' ,'README.md' ,'QuickStart.md' ,'SECURITY.md' ,'CONTRIBUTORS.md' ,'CONTRIBUTING.md' ]

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

automerge:
- all: [ 'README.md' ]
- all: [ 'CHANGELOG.md' ]
- all: [ 'QuickStart.md' ]
- all: [ 'CONTRIBUTORS.md' ]
- changed-files:
- any-glob-to-any-file: [ 'README.md' ,'CHANGELOG.md' ,'QuickStart.md' ,'CONTRIBUTORS.md' ]

0 comments on commit 2e29783

Please sign in to comment.