hive-forge: lint no-reviewer checks actual requested-reviewers, not a text mention
This commit is contained in:
parent
a155ea7b7d
commit
9b29c6a172
3 changed files with 38 additions and 46 deletions
|
|
@ -69,7 +69,8 @@ hive-forge branches deployed/ # filter branches by pattern
|
|||
hive-forge tree-sha main # git tree SHA for a ref
|
||||
hive-forge -r other-org/other-repo pr 7 # target a different repo
|
||||
hive-forge lint unassigned # open issues/PRs with no assignee
|
||||
hive-forge lint no-reviewer --reviewer argus # PRs missing a reviewer comment from argus
|
||||
hive-forge lint no-reviewer # PRs with zero formally requested reviewers
|
||||
hive-forge lint no-reviewer --reviewer argus # PRs where argus specifically isn't a requested reviewer
|
||||
hive-forge lint stale-branches --days 14 # branches with no recent activity
|
||||
hive-forge lint assignments # per-assignee open item count
|
||||
hive-forge lint unlabeled --scope type # open issues/PRs with no exclusive type/* label (any scope works, e.g. --scope area)
|
||||
|
|
|
|||
Loading…
Reference in a new issue