Skip to content

Commit f0e905f

Browse files
review feedback: add Task Assignee field to registry update issue type with devfile/devfile-registry-maintainers as the default value
Signed-off-by: Michael Valdron <[email protected]>
1 parent 28f6741 commit f0e905f

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/ISSUE_TEMPLATE/6_registry_update.yml

+10-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,17 @@ description: ⚠️ Request for an emergency registry update
33
title: "[Maintenance]: Promote stack <name> changes to production"
44
labels:
55
- area/registry
6-
assignees:
7-
- michael-valdron
86
body:
7+
- type: input
8+
attributes:
9+
label: Task Assignee
10+
description: |
11+
The assignee for the task of updating the stack in question. Usually should be devfile/devfile-registry-maintainers
12+
unless otherwise specified.
13+
placeholder: '@devfile/devfile-registry-maintainers'
14+
value: '@devfile/devfile-registry-maintainers'
15+
validations:
16+
required: true
917
- type: textarea
1018
attributes:
1119
label: Request Details

0 commit comments

Comments
 (0)