Skip to content

rorychatterton/graphite-ci-action

 
 

Repository files navigation

Graphite CI

The Graphite CI action allows you to define when to run CI.

Common optimizations include:

  • Only running CI on the bottom N PRs of a stack
  • Only running CI once downstack CI has passed

Usage

  1. First, get your CI token from https://app.graphite.dev/ci
  2. Set the CI token as a secret in your repository or organisation, named GRAPHITE_CI_TOKEN (or whatever you prefer).
  3. Then, add the CI step to your workflow file:
steps:
  - name: Checkout
    uses: withgraphite/graphite-ci-action@main
    with:
      graphite_token: ${{ secrets.GRAPHITE_CI_TOKEN }}

To instead use a specific version of this action, replace @main with @v1.0 (or whatever the current latest version is).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 80.4%
  • Shell 19.6%