Skip to content

Commit 66d3d5d

Browse files
chore: update issue templates with latest workspaces
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c4d7400 commit 66d3d5d

File tree

5 files changed

+21
-1
lines changed

5 files changed

+21
-1
lines changed

.github/ISSUE_TEMPLATE/1-bug.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ body:
4949
- entity-feedback
5050
- entity-validation
5151
- explore
52+
- fairwinds-insights
5253
- feedback
5354
- firehydrant
5455
- flux
@@ -78,6 +79,7 @@ body:
7879
- microsoft-calendar
7980
- mta
8081
- multi-source-security-viewer
82+
- n8n
8183
- newrelic
8284
- nexus-repository-manager
8385
- nomad

.github/ISSUE_TEMPLATE/2-feature.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ body:
5050
- entity-feedback
5151
- entity-validation
5252
- explore
53+
- fairwinds-insights
5354
- feedback
5455
- firehydrant
5556
- flux
@@ -79,6 +80,7 @@ body:
7980
- microsoft-calendar
8081
- mta
8182
- multi-source-security-viewer
83+
- n8n
8284
- newrelic
8385
- nexus-repository-manager
8486
- nomad

.github/ISSUE_TEMPLATE/snippets/workspaces-dropdown.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ attributes:
4040
- entity-feedback
4141
- entity-validation
4242
- explore
43+
- fairwinds-insights
4344
- feedback
4445
- firehydrant
4546
- flux
@@ -69,6 +70,7 @@ attributes:
6970
- microsoft-calendar
7071
- mta
7172
- multi-source-security-viewer
73+
- n8n
7274
- newrelic
7375
- nexus-repository-manager
7476
- nomad

.github/labeler.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ workspace/entity-validation:
106106
workspace/explore:
107107
- "Workspace\\s*explore"
108108

109+
workspace/fairwinds-insights:
110+
- "Workspace\\s*fairwinds-insights"
111+
109112
workspace/feedback:
110113
- "Workspace\\s*feedback"
111114

@@ -193,6 +196,9 @@ workspace/mta:
193196
workspace/multi-source-security-viewer:
194197
- "Workspace\\s*multi-source-security-viewer"
195198

199+
workspace/n8n:
200+
- "Workspace\\s*n8n"
201+
196202
workspace/newrelic:
197203
- "Workspace\\s*newrelic"
198204

.github/pr-labeler.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,10 @@ workspace/explore:
142142
- changed-files:
143143
- any-glob-to-any-file: ['workspaces/explore/**']
144144

145+
workspace/fairwinds-insights:
146+
- changed-files:
147+
- any-glob-to-any-file: ['workspaces/fairwinds-insights/**']
148+
145149
workspace/feedback:
146150
- changed-files:
147151
- any-glob-to-any-file: ['workspaces/feedback/**']
@@ -258,6 +262,10 @@ workspace/multi-source-security-viewer:
258262
- changed-files:
259263
- any-glob-to-any-file: ['workspaces/multi-source-security-viewer/**']
260264

265+
workspace/n8n:
266+
- changed-files:
267+
- any-glob-to-any-file: ['workspaces/n8n/**']
268+
261269
workspace/newrelic:
262270
- changed-files:
263271
- any-glob-to-any-file: ['workspaces/newrelic/**']
@@ -404,4 +412,4 @@ workspace/xcmetrics:
404412

405413
owner/area-maintainers:
406414
- changed-files:
407-
- 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/**']
415+
- 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/fairwinds-insights/**', '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/**']

0 commit comments

Comments
 (0)