Don't switch to "Draft mode"#500
Merged
Merged
Conversation
Since GitHub's June 11, 2026 change "Bot-created pull requests can run workflows if approved"[1], workflows triggered by the "Process Dependabot PR" push are no longer silently dropped, but created in an approval-required state. A maintainer can start the required build checks with the "Approve workflows to run" button, so parking the PR in draft mode is no longer necessary. Also drop the `pull-requests: write` permission, which was only needed to toggle draft mode, and explicitly opt into `persist-credentials` for the checkout, since the changelog commit push relies on it. [1] https://github.blog/changelog/2026-06-11-bot-created-pull-requests-can-run-workflows-if-approved/ Assisted-By: Claude Fable 5 <noreply@anthropic.com>
Member
Author
|
Maybe we can also reenable “Auto-merge”, so we need one less click. I'll modify the PR to do it. |
Since the required build checks can now be started with the "Approve workflows to run" button, restore the pre-#475 behavior of enabling "auto-merge" on the PR: after a maintainer approves the PR and its workflow runs, the PR merges automatically once the required checks pass. Assisted-By: Claude Fable 5 <noreply@anthropic.com>
ppkarwasz
enabled auto-merge (squash)
July 24, 2026 10:34
This was referenced Jul 24, 2026
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.
Since GitHub's June 11, 2026 change "Bot-created pull requests can run workflows if approved", workflows triggered by the "Process Dependabot PR" push are no longer silently dropped, but created in an approval-required state. A maintainer can start the required build checks with the "Approve workflows to run" button, so parking the PR in draft mode is no longer necessary.
Also drop the
pull-requests: writepermission, which was only needed to toggle draft mode, and explicitly opt intopersist-credentialsfor the checkout, since the changelog commit push relies on it.Assisted-By: Claude Fable 5 noreply@anthropic.com