Create action.yml

This commit is contained in:
Hugo Bernier 2021-11-07 22:51:11 -05:00 committed by GitHub
parent 9cbce8a994
commit 73a853d64b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View 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'