Skip to content

Releases: tiangolo/issue-manager

0.5.1

07 Sep 16:01
Compare
Choose a tag to compare

Features

  • ⚡️ Improve speed (from 23 seconds to 3 seconds) by using Docker underneath. PR #33 by @tiangolo.

Fixes

  • 🐛 Fix Docker deploy on branch master (not main). PR #34 by @tiangolo.

Docs

  • 📝 Update docs and include permissions for pull-request: write. PR #29 by @tiangolo.
  • 📝 Update docs about token permissions. PR #27 by @tiangolo.

Internal

  • 👷 Update issue-manager.yml. PR #32 by @tiangolo.
  • 👷 Update latest-changes GitHub Action. PR #28 by @tiangolo.
  • 👷 Update issue-manager.yml GitHub Action permissions. PR #26 by @tiangolo.
  • 🔧 Add GitHub templates for discussions and issues, and security policy. PR #22 by @alejsdev.

0.5.0

30 Jan 18:42
Compare
Choose a tag to compare

Features

  • ✨ Add first-class support for PRs, including reviews, review comments. PR #20 by @tiangolo.

0.4.1

08 Jan 20:18
Compare
Choose a tag to compare

Fixes

Internal

0.4.0

16 May 18:19
Compare
Choose a tag to compare
  • ✨ Add support for managing PRs and remove support for HTML comments to avoid rate limits. PR #12 by @tiangolo.
  • 👷 Add Latest Changes GitHub Action. PR #13 by @tiangolo.

0.3.0

11 Jun 11:43
Compare
Choose a tag to compare
  • Add option to remove a label automatically after closing the issue. PR #10.

0.2.1

08 Jun 13:24
Compare
Choose a tag to compare
  • Avoid crashing when a label has been edited after added to the issue. PR #9.
  • Fix using single quote (') in README examples. PR #6 by @svlandeg.

0.2.0

05 Jun 15:16
Compare
Choose a tag to compare
  • Add support for running immediately with each specific issue after a new comment or label is added.
  • Add support for issue labels, detecting if a new comment was added after the label and removing the label.

0.1.1

05 Jun 10:49
Compare
Choose a tag to compare

0.1.0

22 Oct 23:43
Compare
Choose a tag to compare
  • Initial release.