Skip to content

Commit f69ad61

Browse files
authored
Merge pull request #147 from pre-commit-ci/more-lite-failure-statuses
add more failure statuses for pre-commit.ci lite
2 parents 58e7ef0 + 2a0374a commit f69ad61

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

content/lite_status.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,25 @@
66
**pre-commit.ci lite successfully applied the change to the pull request!**
77
```
88

9+
```status status-push-failed-protection
10+
**pre-commit.ci lite was unable to push due to branch protection rules**
11+
```
12+
13+
```status status-push-failed-organization
14+
**pre-commit.ci lite was unable to push -- permission was denied --
15+
perhaps the pr was made from an organization?**
16+
```
17+
18+
```status status-push-failed-permission
19+
**pre-commit.ci lite was unable to push -- permission was denied --
20+
perhaps the "Allow edits by maintainers" box was unchecked?**
21+
```
22+
23+
```status status-push-failed-workflow
24+
**GitHub prevented pre-commit.ci lite from pushing to this pr due to
25+
changes to a workflow file (.github/workflows/...)**
26+
```
27+
928
```status status-push-failed
1029
**pre-commit.ci lite was unable to push to the branch -- branch missing?**
1130
```

0 commit comments

Comments
 (0)