Skip to content

Commit efe8c67

Browse files
authored
ci: fix close reason type for stale issues
The action was faking because we were incorrectly using `not planned` instead of `not_planned`.
1 parent be3889a commit efe8c67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stale.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
repo: context.repo.repo,
6969
issue_number: issue.number,
7070
state: 'closed',
71-
state_reason: 'not planned'
71+
state_reason: 'not_planned'
7272
});
7373
}
7474
} else {

0 commit comments

Comments
 (0)