Skip to content

Commit 8fd0cff

Browse files
Update close-ambassador-applications-2025.yml
1 parent 8cfa421 commit 8fd0cff

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/close-ambassador-applications-2025.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,14 @@ jobs:
4949
core.info(`Would close issue #${issue.number}: ${issue.title}`);
5050
5151
if (!dryRun) {
52+
if (issue.locked) {
53+
await github.rest.issues.unlock({
54+
owner,
55+
repo,
56+
issue_number: issue.number,
57+
});
58+
}
59+
5260
await github.rest.issues.createComment({
5361
owner,
5462
repo,

0 commit comments

Comments
 (0)