ci: fix close reason type for stale issues

The action was faking because we were incorrectly using `not planned` instead of `not_planned`.
This commit is contained in:
Muhammad Atif Ali
2023-12-23 18:43:13 +03:00
committed by GitHub
parent be3889af07
commit efe8c67774
+1 -1
View File
@@ -68,7 +68,7 @@ jobs:
repo: context.repo.repo,
issue_number: issue.number,
state: 'closed',
state_reason: 'not planned'
state_reason: 'not_planned'
});
}
} else {