.github/labeler.yml: update config for v5
This commit is contained in:
parent
8c72d74d9b
commit
ddc475c6ea
1 changed files with 9 additions and 5 deletions
14
.github/labeler.yml
vendored
14
.github/labeler.yml
vendored
|
@ -1,8 +1,12 @@
|
|||
"sops secrets":
|
||||
- ".sops.yaml"
|
||||
- "secrets.yaml"
|
||||
- "**/*/*.enc.json"
|
||||
- "**/*/secrets.yaml"
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- ".sops.yaml"
|
||||
- "secrets.yaml"
|
||||
- "**/*/*.enc.json"
|
||||
- "**/*/secrets.yaml"
|
||||
|
||||
"terraform":
|
||||
- terraform/**/*
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- "terraform/**/*"
|
||||
|
|
Loading…
Add table
Reference in a new issue