chore: update labeler config with hack/ dir

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson 2024-11-15 16:31:45 +01:00
parent f828784df1
commit 2f96b88d95
1 changed files with 4 additions and 2 deletions

6
.github/labeler.yml vendored
View File

@ -2,7 +2,7 @@ area/release:
- changed-files:
- any-glob-to-any-file:
- .github/**
- _releaser/**
- hack/releaser/**
- netlify.toml
area/config:
@ -14,6 +14,7 @@ area/config:
- docker-bake.hcl
- hugo.yaml
- pagefind.yml
- hack/vendor
area/contrib:
- changed-files:
@ -28,7 +29,7 @@ area/tests:
- .markdownlint.json
- .vale.ini
- _vale/**
- scripts/test_*
- hack/test/*
area/build:
- changed-files:
@ -183,3 +184,4 @@ dependencies:
- go.sum
- package*.json
- _vendor/**
- hack/vendor