✅ Fix some action labels (#26490)
Co-authored-by: thisiskeithb <13375512+thisiskeithb@users.noreply.github.com> Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
parent
f265fb5943
commit
c484228c56
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -1,7 +1,7 @@
|
||||||
name: 🪲 Report a bug
|
name: 🪲 Report a bug
|
||||||
description: Create a bug report to help improve Marlin Firmware
|
description: Create a bug report to help improve Marlin Firmware
|
||||||
title: "[BUG] (bug summary)"
|
title: "[BUG] (bug summary)"
|
||||||
labels: 'Bug: Potential ?'
|
labels: ["Bug: Potential ?"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
|
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
|
@ -1,7 +1,7 @@
|
||||||
name: ✨ Request a feature
|
name: ✨ Request a feature
|
||||||
description: Request a new Marlin Firmware feature
|
description: Request a new Marlin Firmware feature
|
||||||
title: "[FR] (feature summary)"
|
title: "[FR] (feature summary)"
|
||||||
labels: 'T: Feature Request'
|
labels: ["T: Feature Request"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
|
2
.github/workflows/auto-label.yml
vendored
2
.github/workflows/auto-label.yml
vendored
|
@ -4,6 +4,8 @@
|
||||||
# - Apply the label "Bug: Potential ?" to these issues.
|
# - Apply the label "Bug: Potential ?" to these issues.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
name: Label Old Bugs
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "30 8 * * *"
|
- cron: "30 8 * * *"
|
||||||
|
|
Loading…
Reference in a new issue