advanced-issue-labeler
advanced-issue-labeler copied to clipboard
Add option to mark issues that wasn't reported via issue forms
Type of issue
Feature Request
Description
As discussed in https://github.com/systemd/systemd/issues/23968#issuecomment-1201036765 it would be useful to be able to mark issues that bypassed issue form.
/cc @evverx
Describe the solution you'd like
Introduce new optional input that would take name of label, which would be set when issue forms were bypassed.
# ...
mark-non-issue-forms-issues:
required: false
default: ''
description: Name of label that will be set when issue form was bypassed by using `Create and empty issue` or using some other way.
# ...
Blocked by: https://github.com/stefanbuck/github-issue-parser/issues/26