Skip to content

Commit

Permalink
ci(labeler): fix labeler config
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
  • Loading branch information
hairyhenderson committed May 30, 2024
1 parent ed09028 commit 962995b
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
documentation:
- docs/**/*
- '*.md'
- changed_files:
- any-glob-to-any-file:
- '*.md'

dependencies:
- go.mod
- go.sum
- vendor/**/*
- 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 962995b

Please sign in to comment.