Open j-f1 opened 7 years ago
I’d like to be able to specify multiple labels in the configuration so the bot will close the issue if it has at least one of the labels. For example, with this config:
# .github/no-response.yml responseRequiredLabels: - more-information-needed - needs-reproduction
any issue labeled with more-information-needed, needs-reproduction, or both would be closed after two weeks without a response.
more-information-needed
needs-reproduction
I’d like to be able to specify multiple labels in the configuration so the bot will close the issue if it has at least one of the labels. For example, with this config:
any issue labeled with
more-information-needed
,needs-reproduction
, or both would be closed after two weeks without a response.