Skip to content

Commit

Permalink
fix label action config (#508)
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Henderson <[email protected]>
  • Loading branch information
hairyhenderson authored Jan 6, 2024
1 parent f96a12b commit e1145ee
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 e1145ee

Please sign in to comment.