Skip to content

Releases: autoissue/autoissuebot

tagged release with logging

24 Jul 11:15

Choose a tag to compare

v1.1.1

release with more debug logging

v1.1.0: The release that works with huge repos

21 Aug 22:56

Choose a tag to compare

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

30 Jul 00:43

Choose a tag to compare

When added to a repository, this bot will run whenever an issue is closed and will then:

  1. Scan the repository for any open issues that are downstream dependents.
  2. If any qualifying open issues are found, the bot will reopen the offending issue.
  3. 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

06 Jul 19:28

Choose a tag to compare

A github action that will make sure you don't close issues that are dependent on other issues.