Skip to content

xavier-galdeano/auto-approve-pr-on-label

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"