1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-05-13 17:26:08 +03:00

fix(.github): correct label names per recent changes

This commit is contained in:
Octol1ttle 2023-10-12 19:36:38 +05:00
parent 4d526ad32f
commit fa46101d12
Signed by: Octol1ttle
GPG key ID: B77C34313AEE1FFF
3 changed files with 6 additions and 4 deletions

View file

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

View file

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

View file

@ -13,7 +13,8 @@ updates:
# Allow both direct and indirect updates for all packages # Allow both direct and indirect updates for all packages
- dependency-type: "all" - dependency-type: "all"
labels: labels:
- "type: dependencies" - "type: change"
- "area: build/ci"
- package-ecosystem: "nuget" # See documentation for possible values - package-ecosystem: "nuget" # See documentation for possible values
directory: "/" # Location of package manifests directory: "/" # Location of package manifests
@ -23,4 +24,5 @@ updates:
# Allow both direct and indirect updates for all packages # Allow both direct and indirect updates for all packages
- dependency-type: "all" - dependency-type: "all"
labels: labels:
- "type: dependencies" - "type: change"
- "area: build/ci"