Skip to content

Commit

Permalink
Merge pull request #147 from pre-commit-ci/more-lite-failure-statuses
Browse files Browse the repository at this point in the history
add more failure statuses for pre-commit.ci lite
  • Loading branch information
asottile authored Feb 10, 2024
2 parents 58e7ef0 + 2a0374a commit f69ad61
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions content/lite_status.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,25 @@
**pre-commit.ci lite successfully applied the change to the pull request!**
```

```status status-push-failed-protection
**pre-commit.ci lite was unable to push due to branch protection rules**
```

```status status-push-failed-organization
**pre-commit.ci lite was unable to push -- permission was denied --
perhaps the pr was made from an organization?**
```

```status status-push-failed-permission
**pre-commit.ci lite was unable to push -- permission was denied --
perhaps the "Allow edits by maintainers" box was unchecked?**
```

```status status-push-failed-workflow
**GitHub prevented pre-commit.ci lite from pushing to this pr due to
changes to a workflow file (.github/workflows/...)**
```

```status status-push-failed
**pre-commit.ci lite was unable to push to the branch -- branch missing?**
```

0 comments on commit f69ad61

Please sign in to comment.