.github/labeler.yml: update secrets
This commit is contained in:
parent
d7a8a6d964
commit
b99ce5a608
1 changed files with 2 additions and 1 deletions
3
.github/labeler.yml
vendored
3
.github/labeler.yml
vendored
|
@ -1,10 +1,11 @@
|
||||||
"sops secrets":
|
"secrets":
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-any-file:
|
- any-glob-to-any-file:
|
||||||
- ".sops.yaml"
|
- ".sops.yaml"
|
||||||
- "secrets.yaml"
|
- "secrets.yaml"
|
||||||
- "**/*/*.enc.json"
|
- "**/*/*.enc.json"
|
||||||
- "**/*/secrets.yaml"
|
- "**/*/secrets.yaml"
|
||||||
|
- "secrets/**/*"
|
||||||
|
|
||||||
"terraform":
|
"terraform":
|
||||||
- changed-files:
|
- changed-files:
|
||||||
|
|
Loading…
Add table
Reference in a new issue