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
Automatically close stale issues and PRs (nginx#948)
Adds a workflow to manage stale issues/PRs automatically.
An issue/PR is marked as stale after 90 days of inactivity and closed 10
days after that if no action is taken.
stale-issue-message: "This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 10 days."
20
+
stale-pr-message: "This PR is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 10 days."
21
+
close-issue-message: "This issue was closed because it has been stalled for 10 days with no activity."
22
+
close-pr-message: "This PR was closed because it has been stalled for 10 days with no activity."
0 commit comments