Skip to content

Commit 4dade1b

Browse files
committed
feat(inputs): add new var TRIAGE_ITEM_NUMBER
work in preparation for solution 1 . #3 #4
1 parent 0255df7 commit 4dade1b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/project.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ on:
2020
default: "${{ github.event_name }}"
2121
description: Name of event that triggered to workflow
2222
type: string
23+
TRIAGE_ITEM_NUMBER:
24+
required: false
25+
default: 0
26+
description: Number of the item that triggered the workflow (issue/PR)
27+
type: number
2328
TRIAGE_ITEM_URL:
2429
required: false
2530
default: "none"

0 commit comments

Comments
 (0)