summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-11-16 17:55:42 -0500
committerNed Batchelder <ned@nedbatchelder.com>2021-11-16 17:55:42 -0500
commit46a511d6207b9386c25a666cc5580af8e1aa9237 (patch)
tree9b403594d11ba17c0c730cf1829e4f3ace692c72
parenta909ae3dbd310b73bbd8aacfa8d5663641d68f93 (diff)
downloadpython-coveragepy-git-46a511d6207b9386c25a666cc5580af8e1aa9237.tar.gz
build: auto-assign the 'needs triage' label to new issues
[skip actions]
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md2
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 4fe718f6..593a8145 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -2,7 +2,7 @@
name: Bug report
about: Report a problem with coverage.py
title: ''
-labels: bug
+labels: bug, needs triage
assignees: ''
---
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
index c44202ba..c9cf538e 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -2,7 +2,7 @@
name: Feature request
about: Suggest an idea for coverage.py
title: ''
-labels: enhancement
+labels: enhancement, needs triage
assignees: ''
---