Skip to content

Commit 59eaa02

Browse files
committed
chore: add a workflow to reopen the inactive issues
1 parent 35aab2f commit 59eaa02

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/close-inactive-issues.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
owner,
7070
repo,
7171
issue_number: issue.number,
72-
body: 'This issue has been automatically closed due to 30-day inactivity. Please feel free to reopen it with `/reopen` if needed.'
72+
body: 'This issue has been automatically closed due to 30-day inactivity. Please feel free to reopen it with \`/reopen\` if needed.'
7373
});
7474
console.log(`Closed issue #${issue.number} due to inactivity.`);
7575
} catch (error) {

.github/workflows/reopen-issues.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
owner,
5151
repo,
5252
issue_number: issueNumber,
53-
body: `Issue reopened by @${commentAuthor} via /reopen command.`,
53+
body: `Issue reopened by @${commentAuthor} via \`/reopen\` command.`,
5454
});
5555
5656
console.log(`Reopened issue #${issueNumber} with 'inactive' label by issuer.`);

0 commit comments

Comments
 (0)