Skip to content

Add breeze issues unassign command#62585

Merged
potiuk merged 1 commit intoapache:mainfrom
potiuk:add-breeze-issues-unassign-command
Feb 27, 2026
Merged

Add breeze issues unassign command#62585
potiuk merged 1 commit intoapache:mainfrom
potiuk:add-breeze-issues-unassign-command

Conversation

@potiuk
Copy link
Member

@potiuk potiuk commented Feb 27, 2026

Add a new breeze issues command group with an unassign subcommand that finds
open issues with assignees who are not repository collaborators and removes them.
This helps maintainers clean up stale issue assignments.

Features:

  • Fetches collaborator list once for O(1) lookup per assignee
  • Batched processing with configurable --batch-size
  • --dry-run mode to preview without modifying (still authenticates to GitHub)
  • Interactive confirmation per batch (yes/no/quit)
  • Token resolution: --github-token flag → GITHUB_TOKEN env → gh auth token CLI

Was generative AI tooling used to co-author this PR?
  • Yes — Claude Opus 4.6

Generated-by: Claude Opus 4.6 following the guidelines

…ignees

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@potiuk potiuk merged commit 92954d8 into apache:main Feb 27, 2026
129 checks passed
@potiuk potiuk deleted the add-breeze-issues-unassign-command branch February 27, 2026 20:49
@github-actions
Copy link

Backport failed to create: v3-1-test. View the failure log Run details

Note: As of Merging PRs targeted for Airflow 3.X
the committer who merges the PR is responsible for backporting the PRs that are bug fixes (generally speaking) to the maintenance branches.

In matter of doubt please ask in #release-management Slack channel.

Status Branch Result
v3-1-test Commit Link

You can attempt to backport this manually by running:

cherry_picker 92954d8 v3-1-test

This should apply the commit to the v3-1-test branch and leave the commit in conflict state marking
the files that need manual conflict resolution.

After you have resolved the conflicts, you can continue the backport process by running:

cherry_picker --continue

If you don't have cherry-picker installed, see the installation guide.

AkshayArali pushed a commit to AkshayArali/airflow_630 that referenced this pull request Feb 28, 2026
…ignees (apache#62585)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:dev-tools backport-to-v3-1-test Mark PR with this label to backport to v3-1-test branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants