To install dx
using homebrew, run the following:
brew tap plumming/homebrew-tap
brew install dx
dx get prs
dx edit config
Add more entries under the repos:
block e.g.
repos:
- org/repo1
- org/repo2
dx edit config
hiddenLabels:
- wip
- do not merge
dx edit config
maxAgeOfPRs: 180
or for all PRs
maxAgeOfPRs: -1
This will rebase the local repository against the remote called 'upstream'.
dx rebase