Skip to content
git-pull-request

GitHub Action

Approve Pull Request

v2.0.6 Latest version

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.6

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

Related

License

MIT