diff --git a/.github/labeler.yml b/.github/labeler.yml index 86984f8a..c3baa53c 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,13 +1,11 @@ -Infrastructure: - - bicep/main.js - - bicep/private/modules/**/* - -# Add 'documentation' label to any change to *.md files Documentation: - - "*.md" - - "docs/*.md" +- changed-files: + - any-glob-to-any-file: ['docs/*', '**/*.md'] Software: - - software/**/* - - stamp/**/* - - charts/**/* \ No newline at end of file +- changed-files: + - any-glob-to-any-file: ['software/**/*', 'stamp/**/*', 'charts/**/*'] + +Infrastructure: +- changed-files: + - any-glob-to-any-file: ['bicep/**/*', 'infrastructure/**/*'] diff --git a/bicep/README.md b/bicep/README.md new file mode 100644 index 00000000..5aff038d --- /dev/null +++ b/bicep/README.md @@ -0,0 +1 @@ +# Infrastructure Code \ No newline at end of file diff --git a/charts/README.MD b/charts/README.MD new file mode 100644 index 00000000..d59d935d --- /dev/null +++ b/charts/README.MD @@ -0,0 +1 @@ +# Helm Charts \ No newline at end of file diff --git a/docs/Readme.md b/docs/Readme.md new file mode 100644 index 00000000..7d8b3af5 --- /dev/null +++ b/docs/Readme.md @@ -0,0 +1 @@ +# Documentation \ No newline at end of file diff --git a/software/README.md b/software/README.md new file mode 100644 index 00000000..ef57a80f --- /dev/null +++ b/software/README.md @@ -0,0 +1 @@ +# Gitops Application Configuration \ No newline at end of file diff --git a/stamp/README.md b/stamp/README.md new file mode 100644 index 00000000..7e2e6b0c --- /dev/null +++ b/stamp/README.md @@ -0,0 +1 @@ +# Gitops Platform Configuration \ No newline at end of file