Skip to content

Commit

Permalink
exclude mirror from connect module
Browse files Browse the repository at this point in the history
  • Loading branch information
TaiJuWu committed Sep 19, 2024
1 parent 17bb7f7 commit 3391bc5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,12 @@ clients:
- 'clients/**'

connect:
- changed-files:
- any-glob-to-any-file:
- 'connect/**'
- all:
- changed-files:
- any-glob-to-any-file:
- 'connect/**/*'
- all-globs-to-all-files:
- '!connect/mirror/*'

mirror-maker-2:
- changed-files:
Expand Down

0 comments on commit 3391bc5

Please sign in to comment.