Commit 88adbc5
authored
Add a workflow to run auto updates for pre-commit (#678)
* Add a workflow to run auto updates for pre-commit
This replaces the pre-commit.ci app's autoupdate.
The one caveat with this is that it doesn't check for PRs that are
already opened on that branch. I did that to keep it as simple as
possible. It's not a real issue as github will detect that and close the
previous PR and then open a new one but it might be a bit spammy if we
don't merge those PRs
* Use `autofix_commit_msg` and remove now useless fields
* Use the commit msg as the PR title too
* Switch to our releng/actions repo1 parent f85ff32 commit 88adbc5
File tree
2 files changed
+15
-2
lines changed- .github/workflows
2 files changed
+15
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | | - | |
8 | 6 | | |
9 | 7 | | |
10 | 8 | | |
| |||
0 commit comments