forked from AndrewMusgrave/automatic-pull-request-review
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`Ana06/[email protected]` is a fork of https://github.com/AndrewMusgrave/automatic-pull-request-review which [fixes DISMISS](AndrewMusgrave#48) and provides an `allow_duplicate` option which allows to [only approve once](AndrewMusgrave#39).
- Loading branch information
Showing
2 changed files
with
11 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
name: 'Automatic pull request review' | ||
name: 'Automatic PR review' | ||
description: '👍 Github action to automate pull requests' | ||
author: 'Andrew Musgrave <[email protected]>' | ||
author: 'Andrew Musgrave <[email protected]>, Ana Maria Martinez Gomez' | ||
runs: | ||
using: 'node12' | ||
main: 'dist/index.js' | ||
|