9.52.1-canary.1500.18487.0 • Published 4 years ago

@auto-canary/gh-action-toggle-peer-review v9.52.1-canary.1500.18487.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

GH-Action-Toggle-Peer-Review Plugin

Toggle 'Require pull request reviews before merging' when creating 'latest' release from a GitHub Action.

Installation

This plugin is not included with the auto CLI installed via NPM. To install:

npm i --save-dev @auto-it/github-action-toggle-peer-review
# or
yarn add -D @auto-it/github-action-toggle-peer-review

Usage

{
  "plugins": [
    ["github-action-toggle-peer-review"]
    // other plugins
  ]
}