Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
git-pull-request

GitHub Action

Approve Pull Request

v1.1.0

Approve Pull Request

git-pull-request

Approve Pull Request

A GitHub Action for approving pull requests

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Approve Pull Request

uses: juliangruber/[email protected]

Learn more about this action in juliangruber/approve-pull-request-action

Choose a version

approve-pull-request-action

A GitHub Action for approving pull requests.

Usage

steps:
  - name: Approve Pull Request
    uses: juliangruber/approve-pull-request-action@v1
    with:
      github-token: ${{ secrets.GITHUB_TOKEN }}
      number: 1

Related

License

MIT