You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/issue-manager.yml
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,15 @@ jobs:
41
41
"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.",
42
42
"reminder": {
43
43
"before": "P3D",
44
-
"message": "Heads-up: this will be closed in 3 days unless there’s new activity."
44
+
"message": "Heads-up: this will be closed in 3 days unless there's new activity."
45
45
}
46
+
},
47
+
"invalid": {
48
+
"delay": 0,
49
+
"message": "This was marked as invalid and will be closed now. If this is an error, please provide additional details."
50
+
},
51
+
"maybe-ai": {
52
+
"delay": 0,
53
+
"message": "This was marked as potentially AI generated and will be closed now. If this is an error, please provide additional details, make sure to read the docs about contributing and AI."
0 commit comments