Skip to content

ci: unify auto-merge across bots - #53

Open
markuslf wants to merge 1 commit into
mainfrom
chore/ci-unify-auto-merge
Open

ci: unify auto-merge across bots#53
markuslf wants to merge 1 commit into
mainfrom
chore/ci-unify-auto-merge

Conversation

@markuslf

Copy link
Copy Markdown
Member

Unifies how bot pull requests are merged across the repositories.

  • dependabot-auto-merge.yml becomes auto-merge.yml and gains a second job that merges the weekly pre-commit hook bump. Until now that bump reached every repository at once, carried nothing but rev: changes, and still had to be merged by hand.
  • lf-pre-commit.yml runs the hooks over the whole tree on every pull request, so a hook bump that breaks something is caught before it is merged. The Pre-commit job is meant to become a required check once this is merged.

Rename dependabot-auto-merge.yml to auto-merge.yml and add a job that
merges the weekly pre-commit hook bump. The bump reaches every
repository at once and carries nothing but `rev:` changes, yet each one
had to be merged by hand.

Add lf-pre-commit.yml so the updated hooks run over the whole tree
before such a pull request is merged.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant