Skip to content

Commit

Permalink
Add COMMENT_ON_ISSUES to action definition
Browse files Browse the repository at this point in the history
  • Loading branch information
ribtoks authored Dec 22, 2021
1 parent c5f9c7f commit 2cd4695
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ inputs:
PROJECT_COLUMN_ID:
description: "ID of the project column to move newly created issues to"
default: "-1"

COMMENT_ON_ISSUES:
description: "Create commit reference in the comments before closing the issue"
default: "0"
runs:
using: "docker"
image: "Dockerfile"
Expand Down

0 comments on commit 2cd4695

Please sign in to comment.