Fix Github Actions Auto Close Issues not leaving Issues Open (#1847)

This commit is contained in:
Mr.k 2024-04-19 20:27:16 +03:00 committed by GitHub
parent 8fed24b8b3
commit c90624781c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ jobs:
// Close issues inactive for more than the inactivity period
for (const issue of issues) {
const closeIssue = true;
let closeIssue = true;
// Get all Labels of issue, and compared each label with the labelKeepIssue const variable
try {