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

v2.0.3

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/approve-pull-request-action@v2.0.3

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@v2.0.0
    with:
      github-token: ${{ secrets.GITHUB_TOKEN }}
      number: 1
      repo: juliangruber/approve-pull-request-action # optional

Related

License

MIT