diff --git a/.github/ISSUE_TEMPLATE/1-bug.yaml b/.github/ISSUE_TEMPLATE/1-bug.yaml index c6a2813e40a..cfa2114b54d 100644 --- a/.github/ISSUE_TEMPLATE/1-bug.yaml +++ b/.github/ISSUE_TEMPLATE/1-bug.yaml @@ -19,6 +19,7 @@ body: - adr - agent-forge - airbrake + - akeyless - allure - amplication - analytics @@ -66,6 +67,7 @@ body: - graphiql - graphql-voyager - growthbook-flags + - healert - ilert - jaeger - jenkins diff --git a/.github/ISSUE_TEMPLATE/2-feature.yaml b/.github/ISSUE_TEMPLATE/2-feature.yaml index 7c228f573b1..232e7ef6773 100644 --- a/.github/ISSUE_TEMPLATE/2-feature.yaml +++ b/.github/ISSUE_TEMPLATE/2-feature.yaml @@ -20,6 +20,7 @@ body: - adr - agent-forge - airbrake + - akeyless - allure - amplication - analytics @@ -67,6 +68,7 @@ body: - graphiql - graphql-voyager - growthbook-flags + - healert - ilert - jaeger - jenkins diff --git a/.github/ISSUE_TEMPLATE/snippets/workspaces-dropdown.yaml b/.github/ISSUE_TEMPLATE/snippets/workspaces-dropdown.yaml index 234643391d6..44ac7ce8d3f 100644 --- a/.github/ISSUE_TEMPLATE/snippets/workspaces-dropdown.yaml +++ b/.github/ISSUE_TEMPLATE/snippets/workspaces-dropdown.yaml @@ -10,6 +10,7 @@ attributes: - adr - agent-forge - airbrake + - akeyless - allure - amplication - analytics @@ -57,6 +58,7 @@ attributes: - graphiql - graphql-voyager - growthbook-flags + - healert - ilert - jaeger - jenkins diff --git a/.github/labeler.yml b/.github/labeler.yml index 92e2b42c881..77e3e423c16 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -16,6 +16,9 @@ workspace/agent-forge: workspace/airbrake: - "Workspace\\s*airbrake" +workspace/akeyless: + - "Workspace\\s*akeyless" + workspace/allure: - "Workspace\\s*allure" @@ -157,6 +160,9 @@ workspace/graphql-voyager: workspace/growthbook-flags: - "Workspace\\s*growthbook-flags" +workspace/healert: + - "Workspace\\s*healert" + workspace/ilert: - "Workspace\\s*ilert" diff --git a/.github/pr-labeler.yml b/.github/pr-labeler.yml index 292bee7734f..d1cdf674487 100644 --- a/.github/pr-labeler.yml +++ b/.github/pr-labeler.yml @@ -22,6 +22,10 @@ workspace/airbrake: - changed-files: - any-glob-to-any-file: ['workspaces/airbrake/**'] +workspace/akeyless: +- changed-files: + - any-glob-to-any-file: ['workspaces/akeyless/**'] + workspace/allure: - changed-files: - any-glob-to-any-file: ['workspaces/allure/**'] @@ -210,6 +214,10 @@ workspace/growthbook-flags: - changed-files: - any-glob-to-any-file: ['workspaces/growthbook-flags/**'] +workspace/healert: +- changed-files: + - any-glob-to-any-file: ['workspaces/healert/**'] + workspace/ilert: - changed-files: - any-glob-to-any-file: ['workspaces/ilert/**'] @@ -414,10 +422,6 @@ workspace/vault: - changed-files: - any-glob-to-any-file: ['workspaces/vault/**'] -workspace/akeyless: -- changed-files: - - any-glob-to-any-file: ['workspaces/akeyless/**'] - workspace/wheel-of-names: - changed-files: - any-glob-to-any-file: ['workspaces/wheel-of-names/**'] @@ -428,4 +432,4 @@ workspace/xcmetrics: owner/area-maintainers: - changed-files: - - any-glob-to-any-file: ['workspaces/airbrake/**', 'workspaces/akeyless/**', 'workspaces/allure/**', 'workspaces/apache-airflow/**', 'workspaces/apollo-explorer/**', 'workspaces/badges/**', 'workspaces/bazaar/**', 'workspaces/cicd-statistics/**', 'workspaces/cloudbuild/**', 'workspaces/code-climate/**', 'workspaces/codescene/**', 'workspaces/dynatrace/**', 'workspaces/entity-validation/**', 'workspaces/firehydrant/**', 'workspaces/gcalendar/**', 'workspaces/gcp-projects/**', 'workspaces/github/**', 'workspaces/gitops-profiles/**', 'workspaces/gocd/**', 'workspaces/grafana/**', 'workspaces/graphiql/**', 'workspaces/graphql-voyager/**', 'workspaces/ilert/**', 'workspaces/jaeger/**', 'workspaces/jenkins/**', 'workspaces/lighthouse/**', 'workspaces/linkerd/**', 'workspaces/microsoft-calendar/**', 'workspaces/newrelic/**', 'workspaces/nomad/**', 'workspaces/opencost/**', 'workspaces/periskop/**', 'workspaces/puppetdb/**', 'workspaces/sentry/**', 'workspaces/shortcuts/**', 'workspaces/splunk/**', 'workspaces/stack-overflow/**', 'workspaces/stackstorm/**', 'workspaces/tech-radar/**', 'workspaces/todo/**', 'workspaces/vault/**', 'workspaces/xcmetrics/**'] \ No newline at end of file + - any-glob-to-any-file: ['workspaces/airbrake/**', 'workspaces/allure/**', 'workspaces/apache-airflow/**', 'workspaces/apollo-explorer/**', 'workspaces/badges/**', 'workspaces/bazaar/**', 'workspaces/cicd-statistics/**', 'workspaces/cloudbuild/**', 'workspaces/code-climate/**', 'workspaces/codescene/**', 'workspaces/dynatrace/**', 'workspaces/entity-validation/**', 'workspaces/firehydrant/**', 'workspaces/gcalendar/**', 'workspaces/gcp-projects/**', 'workspaces/github/**', 'workspaces/gitops-profiles/**', 'workspaces/gocd/**', 'workspaces/grafana/**', 'workspaces/graphiql/**', 'workspaces/graphql-voyager/**', 'workspaces/ilert/**', 'workspaces/jaeger/**', 'workspaces/jenkins/**', 'workspaces/lighthouse/**', 'workspaces/linkerd/**', 'workspaces/microsoft-calendar/**', 'workspaces/newrelic/**', 'workspaces/nomad/**', 'workspaces/opencost/**', 'workspaces/periskop/**', 'workspaces/puppetdb/**', 'workspaces/sentry/**', 'workspaces/shortcuts/**', 'workspaces/splunk/**', 'workspaces/stack-overflow/**', 'workspaces/stackstorm/**', 'workspaces/tech-radar/**', 'workspaces/todo/**', 'workspaces/vault/**', 'workspaces/xcmetrics/**'] \ No newline at end of file