Enable auto-merge (squash) on update-allowlists workflow - #20
Merged
FidelusAleksander merged 1 commit intoMay 15, 2026
Merged
Conversation
Agent-Logs-Url: https://github.com/skills/skills-for-emu/sessions/759a25e3-908f-456e-8531-de71069b99a4 Co-authored-by: FidelusAleksander <63016446+FidelusAleksander@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
FidelusAleksander
May 15, 2026 10:04
View session
FidelusAleksander
marked this pull request as ready for review
May 15, 2026 10:06
FidelusAleksander
approved these changes
May 15, 2026
FidelusAleksander
left a comment
Collaborator
There was a problem hiding this comment.
This is to reduce manual things we have to review
FidelusAleksander
enabled auto-merge (squash)
May 15, 2026 10:07
There was a problem hiding this comment.
Pull request overview
Updates the scheduled “Update Action Allowlists” workflow to automatically enable GitHub auto-merge (squash) for the pull request it creates, so allowlist updates can land without manual intervention once checks pass.
Changes:
- Adds a step
idto thepeter-evans/create-pull-requestaction so downstream steps can reference its outputs. - Configures
create-pull-requestto use the GitHub App token (needed to enable auto-merge). - Adds a conditional
gh pr merge --squash --autostep that runs only when a PR number is available.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
FidelusAleksander
disabled auto-merge
May 15, 2026 10:13
FidelusAleksander
deleted the
copilot/update-allowlists-workflow-enable-auto-merge
branch
May 15, 2026 10:13
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.
Summary
Updates the "Update Action Allowlists" workflow to automatically enable auto-merge with squash strategy after creating the PR.
Changes
id: create-prto the "Create Pull Request" step to reference its outputstokeninput topeter-evans/create-pull-requestso it uses the app token (required for auto-merge)gh pr merge --squash --autoon the created PR