diff --git a/.github/labeler-issue-818.yml b/.github/labeler-issue-818.yml index a9b1011..b1b3107 100644 --- a/.github/labeler-issue-818.yml +++ b/.github/labeler-issue-818.yml @@ -1,25 +1,25 @@ -Javascript: -- any: - - changed-files: - - any-glob-to-any-file: ["**/*.js", "**/*.jsx"] -Typescript: -- any: - - changed-files: - - any-glob-to-any-file: ["**/*.ts", "**/*.tsx"] -Python: -- any: - - changed-files: - - any-glob-to-any-file: ["**/*.py"] +# Javascript: +# - any: +# - changed-files: +# - any-glob-to-any-file: ["**/*.js", "**/*.jsx"] +# Typescript: +# - any: +# - changed-files: +# - any-glob-to-any-file: ["**/*.ts", "**/*.tsx"] +# Python: +# - any: +# - changed-files: +# - any-glob-to-any-file: ["**/*.py"] - # - python: ["**/*.py"] - # - terraform: ["**/*.tf"] - # - shell: ["**/*.sh"] - # - api: ["api/**/*"] - # - frontend: ["frontend/**/*"] - # - analytics: ["analytics/**/*"] - # - ci/cd: [".github/workflows/**/*", "bin/**/*", "**/*/Makefile"] - # - documentation: ["documentation/**/*", "**/*.md"] - # - infra: ["infra/**/*"] - # - database: ["api/src/db/**/*"] - # - openapi: ["api/openapi.generated.yaml"] - # - storybook: ["frontend/stories/**/*", "frontend/.storybook/**/*"] +# # - python: ["**/*.py"] +# # - terraform: ["**/*.tf"] +# # - shell: ["**/*.sh"] +# # - api: ["api/**/*"] +# # - frontend: ["frontend/**/*"] +# # - analytics: ["analytics/**/*"] +# # - ci/cd: [".github/workflows/**/*", "bin/**/*", "**/*/Makefile"] +# # - documentation: ["documentation/**/*", "**/*.md"] +# # - infra: ["infra/**/*"] +# # - database: ["api/src/db/**/*"] +# # - openapi: ["api/openapi.generated.yaml"] +# # - storybook: ["frontend/stories/**/*", "frontend/.storybook/**/*"] diff --git a/.github/labeler.yml b/.github/labeler.yml index 5b70d1d..f6c928d 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,7 +1,6 @@ -# Documentation: -# - changed-files: -# - any-glob-to-any-file: ['docs/*'] -JavaScript: - - any: +github_workflow_changes: - changed-files: - - any-glob-to-any-file: ['javascript/*'] + - any-glob-to-any-file: ['.github/*'] +made_restricted_changes: + - changed-files: + - any-glob-to-any-file: ['.github/*'] \ No newline at end of file