-
Notifications
You must be signed in to change notification settings - Fork 123
[FLOSS] Switch from probot/stale to github/stale #4476
Comments
@markus2330 The old Probot based bot also seems to be buggy. It closed both #3318 and #1610 even though the last comment wasn't the "I mark this issue stale" from the bot. |
I can confirm that probot/stale is still installed. And the improved stale issues action still needs to be installed. Installing the new stale issues actionAfter a fair bit of searching, I actually found the right documentation page This can probably be done in a fork, and a pull request can be created with this. Uninstalling probot/staleBy going to https://github.com/apps/stale and pressing configure. Then one would select libelektra And finally press uninstall |
Thank you for the detailed analysis. Let us first make a config file for the new one, then I'll do the steps to add the new one and remove the old one. |
Is creating the config file an appropriate change for a pull request in T1? |
I uninstalled probot/stale as described above.
Is there anything else to be done? |
I don't think so. I think that the only manual step needed was removing the old probot/stale. The action has been created automatically: https://github.com/ElektraInitiative/libelektra/actions/workflows/stale.yml |
Is there a reason, we didn't end up using the |
What do you mean? We switched. |
Yes we switched to the GitHub stalebot action. But I don't see the That means the bot still closes issues as "completed" not as "not planned". See for example #2991 (comment), which was closed today. |
@kodebach Thanks for pointing this out. I should have read this thread more carefully. It seems that the option Edit: For context: I previously chose v5 for the GitHub action and have now changed it to v6 in #4726 |
We should switch from the current Probot based "stale issue bot" to the one provided by GitHub.
Not only is the Probot based one, seemingly no longer maintained (see probot/stale#385 and probot/probot.github.io#376), but the GitHub one also has a lot more options. Including one option which allows closing issues as "not planned" instead of "completed".
The text was updated successfully, but these errors were encountered: