sp-dev-fx-webparts/.github/actions/verify-author/action.yml

9 lines
216 B
YAML

name: 'Verify Author'
description: 'Verifies that an issue author is specified'
inputs:
issue: # change this
required: true
description: 'The issue to verify'
runs:
using: 'node12'
main: 'dist/index.js'