Releases: tiangolo/issue-manager
Releases · tiangolo/issue-manager
0.5.1
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
Features
- ✨ Add first-class support for PRs, including reviews, review comments. PR #20 by @tiangolo.
0.4.0
- ✨ 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
- Add option to remove a label automatically after closing the issue. PR #10.
0.2.1
- 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
- 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.