Releases: MalloZup/doghub
Releases · MalloZup/doghub
0.3.0 organisation support
Add organisation support see changelog: https://github.com/MalloZup/doghub/blob/master/CHANGELOG.md
organisations monitoring recursive support [experimental]
Features:
An user can instead of a list of repos entry a list or organisations.
This will monitor staled issue or PR in recursive way to all repository..
Example:
- given an org:
foo
, if foo contains 3 repository, doghub will search for staled isssue and PRs in all of this 3 repository.
In the same way:
- if an user give a list of orgs like ["foo", "bar"], doghub will do the same first for foo repository and then for bar