Skip to content

Commit ad543f8

Browse files
authored
Merge pull request #13862 from MicrosoftDocs/workflows-test
Enable close issues
2 parents 4feef6a + ba78b32 commit ad543f8

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

.github/workflows/Shared-Stale.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,22 @@ jobs:
6060
repo-token: ${{ secrets.AccessToken }}
6161
debug-only: ${{ inputs.RunDebug }}
6262
operations-per-run: 1000
63-
days-before-issue-stale: -1
64-
days-before-issue-close: -1
63+
days-before-issue-stale: 90
64+
days-before-issue-close: 14
6565
days-before-pr-stale: 90
6666
days-before-pr-close: 14
6767
# start-date: ${{ steps.get-month.outputs.SelectedMonth }}
68+
stale-issue-label: Inactive
69+
close-issue-label: Auto Closed
6870
stale-pr-label: Inactive
6971
close-pr-label: Auto Closed
7072
exempt-pr-labels: Keep open
73+
stale-issue-message: >
74+
<h2>Inactive issue marked for closure</h2>
75+
<p/>
76+
This issue has been inactive for over 90 days, and an <b>Inactive</b> label has been added to it. If this issue remains inactive with no new comments, it will be closed automatically in 14 days.
77+
close-issue-message: >
78+
This issue has been inactive for a further 14 days and is now being closed.
7179
stale-pr-message: >
7280
<h2>Inactive PR marked for closure</h2>
7381
<p/>

0 commit comments

Comments
 (0)