Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 2.03 KB

File metadata and controls

58 lines (41 loc) · 2.03 KB

Issues tasks

There are some Breeze commands that are used to manage GitHub issues for the Apache Airflow project.

Those are all of the available issues commands:

Breeze issues commands

Unassigning non-collaborators

The breeze issues unassign command finds open issues that have assignees who are not repository collaborators, and removes those assignees. This is useful for maintainers to clean up stale assignments.

Breeze issues unassign

Example usage:

# Dry run to see which assignees would be removed
breeze issues unassign --dry-run

# Run with confirmation prompts per batch
breeze issues unassign

# Use a custom batch size
breeze issues unassign --batch-size 50

Next step: Follow the Pull request tasks instructions to learn how to manage GitHub pull requests with Breeze.