Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/juliangruber/approve-pull-request-action

A GitHub Action for approving pull requests.
https://github.com/juliangruber/approve-pull-request-action

Last synced: about 2 months ago
JSON representation

A GitHub Action for approving pull requests.

Awesome Lists containing this project

README

        

# approve-pull-request-action

A GitHub Action for approving pull requests.

## Usage

```yaml
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

- [find-pull-request-action](https://github.com/juliangruber/find-pull-request-action) — Find a Pull Request
- [merge-pull-request-action](https://github.com/juliangruber/merge-pull-request-action) — Merge a Pull Request
- [octokit-action](https://github.com/juliangruber/octokit-action) — Generic Octokit.js Action

## License

MIT