Skip to content

Merge Pull Request

Actions
A simple GitHub Action for merging pull requests
v1.3.1
Latest
Star (35)

Tags

 (1)

merge-pull-request-action

A simple GitHub Action for merging pull requests.

Usage

steps:
  - name: Merge Pull Request
    uses: juliangruber/merge-pull-request-action@v1
    with:
      github-token: ${{ secrets.GITHUB_TOKEN }}
      number: 1
      method: squash # merge rebase
      repo: juliangruber/octokit-action

Action Outputs

The following outputs can be used by subsequent workflow steps.

  • commit - The commit sha of this PR merged

Related

License

MIT

Merge Pull Request is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

A simple GitHub Action for merging pull requests
v1.3.1
Latest

Tags

 (1)

Merge Pull Request is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.