hive-forge: add lint unlabeled --scope subcommand
This commit is contained in:
parent
5c4a637941
commit
c0c8e2a2d6
3 changed files with 54 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ enum Verb {
|
|||
RepoLabels(verbs::repo_labels::Args),
|
||||
/// Search the forge for repositories by keyword, topic, or description.
|
||||
RepoSearch(verbs::repo_search::Args),
|
||||
/// Triage lint queries (unassigned / no-reviewer / stale-branches / assignments).
|
||||
/// Triage lint queries (unassigned / no-reviewer / stale-branches / assignments / unlabeled).
|
||||
Lint(verbs::lint::Args),
|
||||
/// List issues / PRs with filters (`--kind`, `--state`, `--assignee`,
|
||||
/// `--author`, `--label`, `--limit`). Pretty rows by default; pass
|
||||
|
|
|
|||
Loading…
Reference in a new issue