Skip to content
Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Latest commit

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Merge Base Branch into PR

Description

The "Merge Base Branch into PR" GitHub Action automates the process of checking if the pull request branch is up to date with its base branch and performs the merge if necessary. It helps ensure that the pull request always includes the latest changes from the base branch before further processing.

Features

  • Automatically checks if the pull request branch is up to date with its base branch.
  • Performs a merge of the base branch into the pull request branch if the branches are not up to date.
  • Flexible and customizable, allowing you to specify the base branch dynamically in your workflow.

Usage

To use the "Merge Base Branch into PR" action in your GitHub workflows, follow these steps:

Inputs

The action requires the following input:

  • baseBranch (required): The base branch to compare and merge with the pull request branch.

Example Workflow

Here's an example of how to use the "Merge Base Branch into PR" action in your GitHub workflow:

name: Merge Base Branch into PRon:
pull_request:
types:
- opened
- synchronizejobs:
merge_base_branch:
runs-on: ubuntu-lateststeps:
- name: Merge Base Branch into PRuses: cycleapple/PR-Update@v1with:
baseBranch: ${{ github.event.pull_request.base.ref }}

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors