-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Revert "fix typo (#165)" This reverts commit 5f091ed. * Cruft PR workflow (#168) Co-authored-by: Gregor Sturm <[email protected]> * Fix `git clone` in cruft PR workflow (#196) * depend on cruft in cruft PRs workflow (#197) * Fix cruft invocation typo (#198) * Use namespaced head in cruft PRs (#199) * Use user.login instead of user.name (#200) * Finish cruft PRs (#201) * Cruft PRs: wait for fork creation (#202) * Another backoff for cruft (#207) * Add retry with backoff also for clone * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * Update template sync - better logging - check out release tag instead of main - put repo owner in PR branch name to deal with forks * fix tests * fix tests * Make name of forked repos include the original user * debug log * fix artifact upload * Fetch main branch from upstream * Fix get fork * fix clone url * fmt * comment on why pre-commit is a runtime dep * less positional * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Wrap entire command in try/catch * Skip PR if already exists for current version. This allows to re-run the entire action on failures without creating noise in the repos where the update was successful. * Fix log messages * Fix tests * Try fix test * Arming bot: Apply to all repos * Fix global exception handler * Fix global exception handler * Simplify code * Allow maintainer to modify the PR * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fix logging for existing PRs * Set git default branch in tests --------- Co-authored-by: Philipp A <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
3b088cd
commit ff4b39a
Showing
7 changed files
with
97 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters