Skip to content
/ dx Public
forked from plumming/dx

Only use this repo if you have the chillies

License

Notifications You must be signed in to change notification settings

cagiti/dx

 
 

Repository files navigation

DX

Go Report Card golangci-lint Check PR can be merged Set Label Build and test Go semantic-release Downloads

Installation via Homebrew

To install dx using homebrew, run the following:

brew tap plumming/homebrew-tap
brew install dx

Basic Usage

View a list of Open PRs

dx get prs

Configure the list of repos to watch

dx edit config

Add more entries under the repos: block e.g.

repos:
- org/repo1
- org/repo2

Exclude PRs based on labels

dx edit config
hiddenLabels:
- wip
- do not merge

Exclude PRs older than X days

dx edit config
maxAgeOfPRs: 180

or for all PRs

maxAgeOfPRs: -1

Rebase the local repository

This will rebase the local repository against the remote called 'upstream'.

dx rebase

Commands

About

Only use this repo if you have the chillies

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 98.1%
  • Makefile 1.6%
  • Shell 0.3%