Skip to content

Commit 8e4585c

Browse files
committedSep 11, 2024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/label-issue.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
// add 'pending triage' label if issue is created with no labels
2121
if (context.payload.issue.labels.length === 0) {
2222
github.rest.issues.addLabels({
23-
issue_number: issue.number,
23+
issue_number: context.payload.issue.number,
2424
owner: context.repo.owner,
2525
repo: context.repo.repo,
2626
labels: ['pending triage']

0 commit comments

Comments
 (0)
Please sign in to comment.