We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f828784 commit 2f96b88Copy full SHA for 2f96b88
.github/labeler.yml
@@ -2,7 +2,7 @@ area/release:
2
- changed-files:
3
- any-glob-to-any-file:
4
- .github/**
5
- - _releaser/**
+ - hack/releaser/**
6
- netlify.toml
7
8
area/config:
@@ -14,6 +14,7 @@ area/config:
14
- docker-bake.hcl
15
- hugo.yaml
16
- pagefind.yml
17
+ - hack/vendor
18
19
area/contrib:
20
@@ -28,7 +29,7 @@ area/tests:
28
29
- .markdownlint.json
30
- .vale.ini
31
- _vale/**
- - scripts/test_*
32
+ - hack/test/*
33
34
area/build:
35
@@ -183,3 +184,4 @@ dependencies:
183
184
- go.sum
185
- package*.json
186
- _vendor/**
187
0 commit comments