.github/labeler.yml: update config for v5

This commit is contained in:
zowoq 2023-12-07 12:35:23 +10:00
parent 8c72d74d9b
commit ddc475c6ea

14
.github/labeler.yml vendored
View file

@ -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/**/*"