Adds automatic issue labels (#139)

This commit is contained in:
James Ives 2020-01-19 07:37:40 -05:00 committed by GitHub
parent bc4fda8b9a
commit 5e22417cf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,8 @@
---
name: Bug Report
about: Create a bug report to help us improve the action.
labels:
- bug 🐝
---

View File

@ -1,6 +1,8 @@
---
name: Feature Request
about: If you'd like to make a suggestion please fill out the form below.
labels:
- feature request 🏭
---

View File

@ -1,6 +1,8 @@
---
name: Support
about: If you're having problems setting up the action you can make a request for support here.
labels:
- support 📞
---