probot / stale

A GitHub App built with Probot that closes abandoned Issues and Pull Requests after a period of inactivity.
https://probot.github.io/apps/stale/
ISC License
1.25k stars 212 forks source link

Add label after closing an issue #317

Open OllisGit opened 3 years ago

OllisGit commented 3 years ago

This PR is related to this issue #298

Now you can the following attribute to the stale.yml file and after an issue is closed by the bot an label is added.

closedLabel: "closedByBot"

I the named label doesn't exists, it is created.

You can disable the label assignment by switching the config to false.

closedLabel: false
danielb987 commented 3 years ago

Can this PR be merged? We would like to use it in the JMRI project.