From d7dede2212472d826fd0376fd2a7dc916c4b84f9 Mon Sep 17 00:00:00 2001 From: vsoch Date: Wed, 5 Feb 2020 10:00:44 -0700 Subject: [PATCH] adding action.yml to test Signed-off-by: vsoch --- 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..ca133f5 --- /dev/null +++ b/action.yml @@ -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'