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'