Releases: autoissue/autoissuebot
Releases · autoissue/autoissuebot
tagged release with logging
v1.1.1 release with more debug logging
v1.1.0: The release that works with huge repos
When added to a repository, this action will run when an issue is closed and will then:
Scan the repository for any open issues that are downstream dependents.
If any qualifying open issues are found, the bot will reopen the offending issue.
Add a comment of the issues comments linking to the downstream dependents.
NB: the GitHub list-issues endpoint (by default) returns 30 elements on each call, so for repositories with a large number of open issues be prepared for this action to take significant time.
1st release: Dependent-Issue protector
When added to a repository, this bot will run whenever an issue is closed and will then:
- Scan the repository for any open issues that are downstream dependents.
- If any qualifying open issues are found, the bot will reopen the offending issue.
- Add a comment of the issues comments linking to the downstream dependents.
NB: the GitHub list-issues endpoint (by default) returns 30 elements on each call, so be prepared that on repositories with a huge number of issues this action may take some time.
Auto-reopen Bot
A github action that will make sure you don't close issues that are dependent on other issues.