Create action.yml
This commit is contained in:
parent
9cbce8a994
commit
73a853d64b
|
@ -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…
Reference in New Issue