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
|
|
@ -19,10 +19,12 @@ dimension directly.
|
|||
whatever your repo's own label taxonomy uses - there's nothing
|
||||
hardcoded, so check `repo-labels` first if you don't already know the
|
||||
scopes in use.
|
||||
- **PRs with no reviewer engagement** - `hive-forge lint no-reviewer
|
||||
--reviewer <name>` flags PRs where the named reviewer hasn't left a
|
||||
formal review or mention. The reviewer name is per-repo/per-team, not
|
||||
a fixed value.
|
||||
- **PRs with no formally requested reviewer** - `hive-forge lint
|
||||
no-reviewer` flags PRs with zero requested reviewers at all; add
|
||||
`--reviewer <name>` to instead flag PRs where that specific person
|
||||
isn't among the requested reviewers. This checks the forge's actual
|
||||
reviewer-request state, not a text `@name` mention anywhere in the
|
||||
thread.
|
||||
- **Assignment load** - `hive-forge lint assignments` groups open
|
||||
issues + PRs by assignee, useful for spotting an overloaded or
|
||||
neglected owner.
|
||||
|
|
|
|||
Loading…
Reference in a new issue