LongTailBio / python-metagenscope

MetaGenScope-CLI is used to upload data sets to the MetaGenScope web platform.
MIT License
0 stars 0 forks source link

Add Danger for automated code review conventions #3

Open bchrobot opened 6 years ago

bchrobot commented 6 years ago

See Danger's Getting Started

This should:

bchrobot commented 5 years ago

I started looking into this again and ran up against the same wall as before. CircleCI does not allow filtering jobs based on pull request. Danger cannot work correctly if it is run on a commit unrelated to a PR.

You can enable "only build pull requests" on CircleCI to get around this, but that precludes having two "main" branches (develop and master) for which all commits are still run. There is a stale CircleCI thread about this.