Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
vnbaaij committed Apr 23, 2024
2 parents 918eb1a + d9f55b9 commit 907c246
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
17 changes: 17 additions & 0 deletions .github/policies/triage.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

name: Issue Triage
description: Assign label to new issues without a label
resource: repository
Expand All @@ -19,3 +20,19 @@ configuration:
then:
- addLabel:
label: triage
scheduledSearches:
- description: "Close issues that where author has not provided reproduction code or repo"
- frequencies:
- hourly:
hour: 3
filters:
- isOpen
- is:issue
- hasLabel:
label: 'needs: repro code or repository'
- noActivitySince:
days: 1
actions:
- addReply:
reply: "This issue has been automatically closed as no reproduction code has been provided within **4 days**."
- closeIssue
3 changes: 1 addition & 2 deletions eng/pipelines/build-all-lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ trigger: none # Disable dev and main branches.
pr: none # Disable pull request triggers.

parameters:
- name: Projects # List of projects to build
- name: Projects # List of projects to build #**/Microsoft.FluentUI.AspNetCore.Components.Emoji.csproj
default: |
**/Microsoft.FluentUI.AspNetCore.Components.csproj
**/Microsoft.FluentUI.AspNetCore.Components.Icons.csproj
**/Microsoft.FluentUI.AspNetCore.Components.Emoji.csproj
**/Microsoft.FluentUI.AspNetCore.Templates.csproj
**/Microsoft.FluentUI.AspNetCore.Components.DataGrid.EntityFrameworkAdapter.csproj
Expand Down

0 comments on commit 907c246

Please sign in to comment.