Skip to content

Commit 7907b6a

Browse files
committed
Update stale workflow settings and add to CI solution
Updated the stale workflow settings in the .github directory to exempt all issue milestones and assignees. Also, the stale.yml workflow file was added to the CI solution to ensure it is included in future testing and build processes.
1 parent 6b1fee4 commit 7907b6a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/stale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
days-before-issue-stale: 90
3333
days-before-issue-close: 30
3434
# skip issues that have a milestone
35-
exempt-issue-milestones: true
35+
exempt-all-issue-milestones: true
3636
# skip those that are assigned
37-
exempt-issue-assignees: true
37+
exempt-all-issue-assignees: true
3838
# skip issues with label 'pinned'
3939
exempt-issue-labels: pinned,security,failing test case,help wanted
4040

build/CI.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{
3838
..\.github\workflows\_prepare.yml = ..\.github\workflows\_prepare.yml
3939
..\.github\workflows\_publish.yml = ..\.github\workflows\_publish.yml
4040
..\.github\workflows\_unit_tests.yml = ..\.github\workflows\_unit_tests.yml
41+
..\.github\workflows\stale.yml = ..\.github\workflows\stale.yml
4142
EndProjectSection
4243
EndProject
4344
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "actions", "actions", "{A9B92261-AB9C-47D6-A8A7-616A5A62B063}"

0 commit comments

Comments
 (0)