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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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 {