Forráskód Böngészése

Add `needs-*` labels to Deprecation Notice (#14339)

The Deprecation notice will now add the `needs-triage` and `needs-sig` labels by default

Signed-off-by: lumberyard-employee-dm <[email protected]>
lumberyard-employee-dm 2 éve
szülő
commit
d5d7079719
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      .github/ISSUE_TEMPLATE/deprecation_template.md

+ 2 - 2
.github/ISSUE_TEMPLATE/deprecation_template.md

@@ -2,7 +2,7 @@
 name: Deprecation Notice
 about: A notice for one or more feature or API deprecations
 title: 'Deprecation Notice'
-labels: 'kind/deprecation'
+labels: 'needs-triage,needs-sig,kind/deprecation'
 
 ---
 
@@ -20,4 +20,4 @@ to repleace
 Describe the last release version before this deprecation. For example: `stabilization/2210`
 
 ## Additional Context
-Add some information about the reasons for the deprecations
+Add some information about the reasons for the deprecations