Skip to content

Create pr-auto-merge.yaml#7

Merged
cssbhamdev merged 2 commits into
mainfrom
auto-merge
Jun 25, 2025
Merged

Create pr-auto-merge.yaml#7
cssbhamdev merged 2 commits into
mainfrom
auto-merge

Conversation

@MattyTheHacker

Copy link
Copy Markdown
Member

No description provided.

Signed-off-by: Matty Widdop <18513864+MattyTheHacker@users.noreply.github.com>
Copilot AI review requested due to automatic review settings June 25, 2025 21:20

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR introduces a new GitHub Actions workflow to automatically enable auto-merge on pull requests when they are opened or marked ready for review on the main branch.

  • Introduces a workflow that triggers on specific pull request events.
  • Configures a job that automatically sets auto-merge using the GitHub CLI.
Comments suppressed due to low confidence (1)

.github/workflows/pr-auto-merge.yaml:20

  • Ensure the GitHub CLI is installed on the runner or add a step to set it up, as relying on it being preinstalled might lead to failures in the workflow.
        run: gh pr merge "$PR_URL" --auto --squash

@cssbhamdev cssbhamdev merged commit 9072208 into main Jun 25, 2025
1 check passed
@cssbhamdev cssbhamdev deleted the auto-merge branch June 25, 2025 21:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants