mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-08 22:14:53 +00:00
9 lines
216 B
YAML
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' |