Closed sweep-ai[bot] closed 11 months ago
Link Height tasks by mentioning a task ID in the pull request title or commit messages, or description and comments with the keyword
link
(e.g. "Link T-123").π‘Tip: You can also use "Close T-X" to automatically close a task when the pull request is merged.
PR Feedback (click)
Description
This pull request implements bulk actions for managing Sweep issues. It introduces a new module
bulk_actions.py
and updates theIssueManager
class inissue_manager.py
to include methods for performing bulk actions on a list of issue IDs.Summary
bulk_actions.py
moduleIssueManager
class inissue_manager.py
to include methods for bulk actions:assign_issues(issue_ids, assignee)
label_issues(issue_ids, label)
close_issues(issue_ids)
resolve_issues(issue_ids)
move_issues(issue_ids, new_project)
confirm_bulk_action(issue_ids)
undo_bulk_action(issue_ids)
redo_bulk_action(issue_ids)
Fixes #21.
π Latest improvements to Sweep:
π‘ To get Sweep to edit this pull request, you can: