mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
chore(ci): add action to label issues
This commit is contained in:
@@ -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,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,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
|
||||
|
||||
Reference in New Issue
Block a user