v0.2.2
·
57 commits
to master
since this release
Immutable
release. Only release title and notes can be modified.
Added
- New
merge-pre-commit-prsCLI command that merges PRs opened by pre-commit.ci. Mirrors the options ofmerge-dependabot-prs(--base-url,--delay,--concurrency,-M/--max-concurrent-http-requests,-r/--repo). Skips repositories without a top-level.pre-commit-config.yaml, and postspre-commit.ci autofixon the PR (deduped against the latest comment) when a merge attempt fails. - Public async function
deltona.git.merge_pre_commit_ci_pull_requestsmirroringmerge_dependabot_pull_requests. deltona.git.BotMergeErrorbase class for bot-PR merge failures, carryingremainingand a human-readablebot_label.DependabotMergeErroris now a subclass and remains backward-compatible.deltona.git.PreCommitCIMergeErrorraised when one or more pre-commit.ci pull requests cannot be merged.
Full Changelog: v0.2.1...v0.2.2