File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed
Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 1+
12name : Issue Triage
23description : Assign label to new issues without a label
34resource : repository
@@ -19,3 +20,19 @@ configuration:
1920 then :
2021 - addLabel :
2122 label : triage
23+ scheduledSearches :
24+ - description : " Close issues that where author has not provided reproduction code or repo"
25+ - frequencies :
26+ - hourly :
27+ hour : 3
28+ filters :
29+ - isOpen
30+ - is:issue
31+ - hasLabel :
32+ label : ' needs: repro code or repository'
33+ - noActivitySince :
34+ days : 1
35+ actions :
36+ - addReply :
37+ reply : " This issue has been automatically closed as no reproduction code has been provided within **4 days**."
38+ - closeIssue
Original file line number Diff line number Diff line change @@ -5,11 +5,10 @@ trigger: none # Disable dev and main branches.
55pr : none # Disable pull request triggers.
66
77parameters :
8- - name : Projects # List of projects to build
8+ - name : Projects # List of projects to build #**/Microsoft.FluentUI.AspNetCore.Components.Emoji.csproj
99 default : |
1010 **/Microsoft.FluentUI.AspNetCore.Components.csproj
1111 **/Microsoft.FluentUI.AspNetCore.Components.Icons.csproj
12- **/Microsoft.FluentUI.AspNetCore.Components.Emoji.csproj
1312 **/Microsoft.FluentUI.AspNetCore.Templates.csproj
1413 **/Microsoft.FluentUI.AspNetCore.Components.DataGrid.EntityFrameworkAdapter.csproj
1514
You can’t perform that action at this time.
0 commit comments