Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple GitHub Action for merging pull requests

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages