diff --git a/action.yml b/action.yml index a3aea97..e1c90dd 100644 --- a/action.yml +++ b/action.yml @@ -14,6 +14,11 @@ inputs: fogbugz_project: description: 'The name of your FogBugz Project' required: true + fogbugz_subproject: + description: + 'The subproject name of your FogBugz Project this is prepended to the Title because FB does + not have subprojects' + required: false fogbugz_category: description: 'The name of your FogBugz Category' required: true diff --git a/package.json b/package.json index 41a2e19..6b8f2f4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "dependabot-tickets", "description": "This action creates a FogBugz and AgilePlace Planview ticket for Dependabot pull requests.", - "version": "0.2.1", + "version": "0.2.2", "author": "Ankura Consulting Group, LLC", "private": true, "homepage": "https://github.com/actions/javascript-action#readme",