Skip to content

Commit 907c246

Browse files
committed
Merge branch 'main' into dev
2 parents 918eb1a + d9f55b9 commit 907c246

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

.github/policies/triage.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
name: Issue Triage
23
description: Assign label to new issues without a label
34
resource: 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

eng/pipelines/build-all-lib.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@ trigger: none # Disable dev and main branches.
55
pr: none # Disable pull request triggers.
66

77
parameters:
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

0 commit comments

Comments
 (0)