Skip to content

Commit

Permalink
Improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hmarr authored Feb 23, 2019
1 parent b9546a4 commit 1aa205c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

**Name:** `hmarr/auto-approve-action`

**Requires the `GITHUB_TOKEN` environment variable checkbox to be checked.**
**🔒 Requires the `GITHUB_TOKEN` environment variable checkbox to be checked.**

Automatically approve GitHub pull requests. Combine with the filter action to
only auto-approve certain users. For example, to auto-approve
Expand All @@ -13,4 +13,8 @@ for the filter action.
<img src="docs/approve-workflow.png" width="200">
</p>

## Why?

GitHub lets you prevent merges of unapproved pull requests. However, it's occasionally useful to selectively circumvent this restriction - for instance, some people want Dependabot's automated pull requests to not require approval. Combining this action with the filter action lets you automatically approve certain pull requests.

[dependabot]: https://github.com/marketplace/dependabot

0 comments on commit 1aa205c

Please sign in to comment.