mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-03-02 01:39:21 +00:00
Create action.yml
This commit is contained in:
parent
9cbce8a994
commit
73a853d64b
9
.github/actions/verify-author/action.yml
vendored
Normal file
9
.github/actions/verify-author/action.yml
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
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: 'index.js'
|
Loading…
x
Reference in New Issue
Block a user