Skip to content

Commit 2f96b88

Browse files
committed
chore: update labeler config with hack/ dir
Signed-off-by: David Karlsson <[email protected]>
1 parent f828784 commit 2f96b88

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/labeler.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ area/release:
22
- changed-files:
33
- any-glob-to-any-file:
44
- .github/**
5-
- _releaser/**
5+
- hack/releaser/**
66
- netlify.toml
77

88
area/config:
@@ -14,6 +14,7 @@ area/config:
1414
- docker-bake.hcl
1515
- hugo.yaml
1616
- pagefind.yml
17+
- hack/vendor
1718

1819
area/contrib:
1920
- changed-files:
@@ -28,7 +29,7 @@ area/tests:
2829
- .markdownlint.json
2930
- .vale.ini
3031
- _vale/**
31-
- scripts/test_*
32+
- hack/test/*
3233

3334
area/build:
3435
- changed-files:
@@ -183,3 +184,4 @@ dependencies:
183184
- go.sum
184185
- package*.json
185186
- _vendor/**
187+
- hack/vendor

0 commit comments

Comments
 (0)