Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 384 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 384 Bytes

auto-approve-pr-on-label

Auto pr approval on label

Inputs

auto-approve-pr-on-label

Required GITHUB_TOKEN.

Required LABEL. The label to auto approve pr.

Build

ncc build index.js --license licenses.txt

Example usage

uses: xavier-galdeano/[email protected]
with:
  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
  LABEL: "critical"