fix(plugins/followup): fallback to owner if collaborators are not accessible (relates #859)

This commit is contained in:
lowlighter
2022-02-08 19:24:32 -05:00
parent 2164e3c79e
commit 4983bad99d
2 changed files with 3 additions and 1 deletions

View File

@@ -77,6 +77,8 @@ The `plugin_followup_indepth` option collects additional stats to differentiate
It helps knowing whether repositories are also maintained by other users and give an overall health status of repositories.
> ⚠️ This mode will try to list users with push access to know who are the maintainers in order to place issues in the correct category, which requires a `repo` scope. If not available, it will consider that only the owner is a maintainer.
## Examples workflows
<!--examples-->