Skip to content

Commit

Permalink
ci(labeler): fix config
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Henderson <[email protected]>
  • Loading branch information
hairyhenderson committed Sep 14, 2024
1 parent 0ac1541 commit 0285c88
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
documentation:
- docs/**/*
- '*.md'
- changed_files:
- any-glob-to-any-file:
- docs/**/*
- '*.md'

dependencies:
- go.mod
- go.sum
- changed_files:
- any-glob-to-any-file:
- go.mod
- go.sum

build:
- .github/workflows/*
- Makefile
- changed_files:
- any-glob-to-any-file:
- .github/workflows/*
- Makefile

0 comments on commit 0285c88

Please sign in to comment.