Automatically label bug report issues with bug tag (#3288)

This change automatically sets the label on an issue
to `bug` if opened using the bug report template.

Signed-off-by: Eric Brown <eric_wade_brown@yahoo.com>
This commit is contained in:
Eric Brown 2024-05-13 13:47:45 -07:00 committed by GitHub
parent 3715462eb4
commit 998d06518c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@
name: Bug report name: Bug report
about: Create a report to help us improve about: Create a report to help us improve
title: '' title: ''
labels: '' labels: bug
assignees: '' assignees: ''
--- ---