👷 Adds action to generate report of open issues

This commit is contained in:
Alicia Sykes
2021-09-09 19:08:50 +01:00
parent 77847f4528
commit 78ee4b3fcd
2 changed files with 61 additions and 0 deletions

24
.github/issue-report-config.json vendored Normal file
View File

@@ -0,0 +1,24 @@
[
{
"section": "Feature Requests",
"labels": [
"🦄 Feature Request"
],
"threshold": 100
},
{
"section": "Bugs",
"labels": [
"🐛 Bug"
],
"threshold": 100
},
{
"section": "Questions & Feedback",
"labels": [
"🤷‍♂️ Question",
"🌈 Feedback"
],
"threshold": 100
}
]