Skip to content

Commit 6640cf2

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 6640cf2

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/ISSUE_TEMPLATE/6_registry_update.yml

+8-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,15 @@ 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'
915
- type: textarea
1016
attributes:
1117
label: Request Details

0 commit comments

Comments
 (0)