From 6e9abd8a8d2a107956ef7dc811ae4ac256ce4d97 Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Wed, 2 Oct 2019 19:20:07 +0900 Subject: [PATCH] Add action.yml --- action.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 action.yml diff --git a/action.yml b/action.yml new file mode 100644 index 0000000..4c44d92 --- /dev/null +++ b/action.yml @@ -0,0 +1,9 @@ +name: 'Create Pull Request' +author: 'Peter Evans' +description: 'Creates a pull request for changes to your repository in the actions workspace' +runs: + using: 'docker' + image: 'Dockerfile' +branding: + icon: 'git-pull-request' + color: 'gray-dark'