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
# Override exempt-all-assignees but only to exempt the issues with an assignee to be marked as stale automatically
21
+
exempt-all-issue-assignees: true
22
+
# Used to ignore the issues and pull requests created before the start date
23
+
# Start date should be April 19, 2022 - corresponds to the day previous stale bot stopped working
24
+
start-date: '2022-04-19T00:00:00Z'
25
+
# Number of days without activity before the actions/stale action labels an issue
26
+
days-before-issue-stale: 90
27
+
# Number of days without activity before the actions/stale action closes an issue
28
+
days-before-issue-close: 30
29
+
# Label you want to apply to issues that have been inactive for the amount of time specified by days-before-issue-stale
30
+
stale-issue-label: "stale"
31
+
# Comment that you want to add to issues that are labeled by the actions/stale action
32
+
stale-issue-message: "This issue has been automatically marked as stale due to inactivity and will be closed in 30 days if no further activity occurs. If further support is needed, please provide an update and/or more details."
33
+
# Comment that you want to add to issues that are closed by the actions/stale action
34
+
close-issue-message: "This issue has been automatically closed due to inactivity. Please reactivate if further support is needed."
35
+
# If you never want this action to label PRs, set this value to -1
36
+
days-before-pr-stale: -1
37
+
# If you never want this action to close PRs, set this value to -1
0 commit comments