Skip to content

Commit 3d5138c

Browse files
committed
🔧 Fix issue-manager config for reminder
1 parent 45d94ee commit 3d5138c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/issue-manager.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@ jobs:
4040
"delay": 2628000,
4141
"message": "As this PR has been waiting for the original user for a while but seems to be inactive, it's now going to be closed. But if there's anyone interested, feel free to create a new PR.",
4242
"reminder": {
43-
"before": "P3D",
44-
"message": "Heads-up: this will be closed in 3 days unless there’s new activity."
43+
"before": "P3D",
44+
"message": "Heads-up: this will be closed in 3 days unless there's new activity."
45+
}
4546
},
4647
"invalid": {
4748
"delay": 0,

0 commit comments

Comments
 (0)