Merge branch 'master' of github.com:vsoch/pull-request-action

This commit is contained in:
vsoch
2020-02-05 10:09:47 -07:00

9
action.yml Normal file
View File

@@ -0,0 +1,9 @@
name: 'Pull Request Action'
description: 'A GitHub action to open a pull request'
author: 'vsoch'
runs:
using: 'docker'
image: 'Dockerfile'
branding:
icon: 'activity'
color: 'yellow'