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

9 lines
216 B
YAML
Raw Normal View History

2021-11-07 22:51:11 -05:00
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'
2021-11-07 23:16:21 -05:00
main: 'dist/index.js'