Skip to content
This repository has been archived by the owner on Mar 31, 2020. It is now read-only.

v2.2.0

Compare
Choose a tag to compare
@shawnbot shawnbot released this 06 Feb 21:10
· 38 commits to master since this release

This release adds the ability to override the check status "context" of the deploy/alias checks that are created by the action. Just add a @primer/deploy object to your package.json like so:

{
  "@primer/deploy": {
    "status": {
      "context": "auto-deployment"
    }
  }
}

This release also switches us from using commit-status to action-status.