1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-05-01 11:39:55 +03:00

Correct issue label names per recent changes (#160)

Issue labels have been reworked recently, causing some files in
`.github` to reference non-existing issue labels. This PR updates the
names of labels in these files.
This commit is contained in:
Octol1ttle 2023-10-12 19:44:13 +05:00 committed by GitHub
parent 4d526ad32f
commit 20eac79380
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 4 deletions

View file

@ -1,6 +1,6 @@
name: Bug Report
description: Create a report to help us improve
labels: [ "bug" ]
labels: [ "type: bug" ]
body:
- type: markdown
attributes:

View file

@ -1,6 +1,6 @@
name: Feature Request
description: Create a request for a feature you would like
labels: [ "type: enhancement" ]
labels: [ "type: feature" ]
body:
- type: textarea
id: background