From 9573f479a036ec34502dab1e53c61f621a7666ce Mon Sep 17 00:00:00 2001
From: Peter Evans <peter-evans@users.noreply.github.com>
Date: Sun, 17 May 2020 17:47:54 +0900
Subject: [PATCH] Add missing draft input definition

---
 action.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/action.yml b/action.yml
index 21e8efa..b9922af 100644
--- a/action.yml
+++ b/action.yml
@@ -30,6 +30,8 @@ inputs:
     description: 'Deprecated. See README for details.'
   project-column:
     description: 'Deprecated. See README for details.'
+  draft:
+    description: 'Create a draft pull request'
   branch:
     description: 'The pull request branch name.'
   request-to-parent: