Pilot: actionlint CI gate + Dependabot auto-merge caller#7
Merged
Conversation
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
First end-to-end pilot of the Dependabot auto-merge rollout (Monday board "Dependency Remediation — June 2026", group "AUTO"). ci-workflows is the lowest-risk repo — its only Dependabot updates are github-actions version bumps.
Adds
.github/workflows/ci.yml— PR gate. ci-workflows holds only reusable (workflow_call) workflows that can't self-run on a PR, so the gate is actionlint over the workflow files. The job is namedci, producing a status check namedci— the exact context the org ruleset will require..github/workflows/automerge.yml— caller for the reusable added in Add reusable Dependabot auto-merge workflow #6, pinned to@v13. (Namedautomerge.yml, notdependabot-auto-merge.yml, because this repo already hosts the reusable at that path.) Runs only ondependabot[bot]PRs and enables native auto-merge forsemver-patch/semver-minor.Still required for auto-merge to actually fire (separate, after merge)
cicheck onmain, Core team bypass). The ruleset is what givesgh pr merge --autosomething to wait on.Once those two are in place, the next github-actions Dependabot PR here should merge itself after
cigoes green.