Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overhaul diff-shades integration to fail on stable changes and preview changes for all projects #2951

Merged
merged 2 commits into from Mar 26, 2022

Commits on Mar 23, 2022

  1. Enforce no formatting changes for PRs via CI

    Now PRs will run two diff-shades jobs, "preview-changes" which formats
    all projects with preview=True, and "assert-no-changes" which formats
    all projects with preview=False. The latter also fails if any changes
    were made.
    
    Also the workflow_dispatch feature was dropped since it was
    complicating everything for little gain.
    ichard26 committed Mar 23, 2022
    Copy the full SHA
    58ec056 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. Copy the full SHA
    f045523 View commit details
    Browse the repository at this point in the history