From d03b7925b7be99851360d8b8e2d9bec2714ae05e Mon Sep 17 00:00:00 2001 From: Sajal Gupta Date: Thu, 2 Apr 2020 10:55:07 +0530 Subject: [PATCH] Create action metadata --- action.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 action.yml diff --git a/action.yml b/action.yml new file mode 100644 index 0000000..80a2915 --- /dev/null +++ b/action.yml @@ -0,0 +1,5 @@ +name: 'WIP Blocker' +description: 'Blocks PRs that are WIP' +runs: + using: 'docker' + image: 'Dockerfile'