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
stale-issue-message: "This issue is stale because it has been open for ${{ env.stale-time }} days with no activity. It will be closed in ${{ env.close-time }} days if there is no fresh activity. Please comment within ${{ env.close-time }} days if this issue is still important to you and it should be kept open."
22
+
stale-issue-message: "This issue is stale because it has been open for ${{ env.stale-issue-time }} days with no activity. It will be closed in ${{ env.close-time }} days if there is no fresh activity. Please comment within ${{ env.close-time }} days if this issue is still important to you and it should be kept open."
22
23
close-issue-message: "This issue was closed because it has been inactive for ${{ env.close-time }} days since being marked as stale."
23
-
days-before-pr-stale: -1
24
-
days-before-pr-close: -1
24
+
days-before-pr-stale: ${{ env.stale-pr-time }}
25
+
days-before-pr-close: ${{ env.close-time }}
26
+
stale-pr-label: "stale"
27
+
stale-pr-message: "This pull request is stale because it has been open for ${{ env.stale-pr-time }} days with no activity. It will be closed in ${{ env.close-time }} days if there is no fresh activity. Please comment within ${{ env.close-time }} days if this pull request is still important to you and it should be kept open."
28
+
close-pr-message: "This pull request was closed because it has been inactive for ${{ env.close-time }} days since being marked as stale."
0 commit comments