blob: caa7b4d4947f6eb0b758d44291b83832c462195e [file] [log] [blame]
name: 'Set Label When Approved'
description: 'Set label when PR is approved.'
author: 'TobKed'
inputs:
token:
description: The GITHUB_TOKEN secret of the repository
required: true
label:
description: A label to be checked/added/removed
required: true
require_committers_approval:
description: Is approval from person with write access to repo required
required: true
runs:
using: 'node12'
main: 'dist/index.js'
branding:
icon: 'play'
color: 'blue'