Add pending-decision label to newly created issues. (#404)

Signed-off-by: Jakub Martin <kubam@spacelift.io>
This commit is contained in:
Kuba Martin 2023-09-14 14:32:41 +02:00 committed by GitHub
parent 0654ffd0dd
commit 25358ab9a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
name: Bug Report name: Bug Report
description: Let us know about an unexpected error, a crash, or an incorrect behavior. description: Let us know about an unexpected error, a crash, or an incorrect behavior.
labels: ["bug", "new"] labels: ["bug", "pending-decision"]
body: body:
- type: markdown - type: markdown
attributes: attributes:

View File

@ -3,7 +3,7 @@
name: Feature Request name: Feature Request
description: Suggest a new feature or other enhancement. description: Suggest a new feature or other enhancement.
labels: ["enhancement", "new"] labels: ["enhancement", "pending-decision"]
body: body:
- type: markdown - type: markdown
attributes: attributes:

View File

@ -2,7 +2,7 @@
name: Submit RFC name: Submit RFC
description: Submit a highly-structured change request for public discussion. description: Submit a highly-structured change request for public discussion.
labels: ["rfc", "new"] labels: ["rfc", "pending-decision"]
body: body:
- type: markdown - type: markdown
attributes: attributes: