chore(ci): add action to label issues

This commit is contained in:
Rahim
2025-11-24 16:53:10 +11:00
parent 60f04ee854
commit c4c5573de6
8 changed files with 344 additions and 5 deletions
+5 -3
View File
@@ -1,7 +1,7 @@
name: 🐛 Bug Report
description: Report a reproducible bug or regression.
type: bug
labels: ['status: unconfirmed', bug]
labels: [triage]
title: 'Bug: '
body:
- type: markdown
@@ -33,9 +33,11 @@ body:
- HTML (@videojs/html)
- React (@videojs/react)
- Utils (@videojs/utils)
- HTML Example
- React Example
- Next.js Example
- Website
- Example / Demo Apps (html-demo, react-demo, next-demo)
- Other/unknown (please mention in description)
- Other (please mention in description)
- type: textarea
id: environment
validations:
+1 -1
View File
@@ -1,7 +1,7 @@
name: 💎 Feature Request
description: Request a new feature or enhancement
type: enhancement
labels: []
labels: [triage]
title: 'Feature Request: '
body:
- type: markdown
+1 -1
View File
@@ -1,6 +1,6 @@
name: 📄 Docs Feedback
description: Report a discrepancy in or an improvement to the docs.
labels: [documentation]
labels: [triage, docs]
title: 'Docs: '
body:
- type: markdown