From 1f4ed4e63ea498554011a09b0c32a171433cd93c Mon Sep 17 00:00:00 2001 From: Vincent Baaij Date: Wed, 10 Apr 2024 15:45:24 +0200 Subject: [PATCH 1/5] Exclude Emoji proj for now --- eng/pipelines/build-all-lib.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/build-all-lib.yml b/eng/pipelines/build-all-lib.yml index f293419bd1..9c5a0f9d96 100644 --- a/eng/pipelines/build-all-lib.yml +++ b/eng/pipelines/build-all-lib.yml @@ -9,7 +9,7 @@ parameters: default: | **/Microsoft.FluentUI.AspNetCore.Components.csproj **/Microsoft.FluentUI.AspNetCore.Components.Icons.csproj - **/Microsoft.FluentUI.AspNetCore.Components.Emoji.csproj + #**/Microsoft.FluentUI.AspNetCore.Components.Emoji.csproj **/Microsoft.FluentUI.AspNetCore.Templates.csproj **/Microsoft.FluentUI.AspNetCore.Components.DataGrid.EntityFrameworkAdapter.csproj From ff23edc6dca3d42599821c807b56ff00e704e733 Mon Sep 17 00:00:00 2001 From: Vincent Baaij Date: Wed, 10 Apr 2024 15:59:40 +0200 Subject: [PATCH 2/5] Move commented out Emoji project --- eng/pipelines/build-all-lib.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/eng/pipelines/build-all-lib.yml b/eng/pipelines/build-all-lib.yml index 9c5a0f9d96..50064e1a7d 100644 --- a/eng/pipelines/build-all-lib.yml +++ b/eng/pipelines/build-all-lib.yml @@ -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 From 7377184cc6dd4b8ecb8e4eae4c4d9343223956ab Mon Sep 17 00:00:00 2001 From: Vincent Baaij Date: Tue, 16 Apr 2024 14:18:28 +0200 Subject: [PATCH 3/5] Update triage.yml --- .github/policies/triage.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.github/policies/triage.yml b/.github/policies/triage.yml index fe5e0d0f74..9b35e056d9 100644 --- a/.github/policies/triage.yml +++ b/.github/policies/triage.yml @@ -1,3 +1,4 @@ + name: Issue Triage description: Assign label to new issues without a label resource: repository @@ -18,3 +19,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 From 1214ae92494a8aded105b6056f4546ae25d4bff3 Mon Sep 17 00:00:00 2001 From: Vincent Baaij Date: Tue, 16 Apr 2024 14:18:42 +0200 Subject: [PATCH 4/5] Delete .github/policies/reprocodenotprovided.yml --- .github/policies/reprocodenotprovided.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/policies/reprocodenotprovided.yml diff --git a/.github/policies/reprocodenotprovided.yml b/.github/policies/reprocodenotprovided.yml deleted file mode 100644 index 207f824c87..0000000000 --- a/.github/policies/reprocodenotprovided.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Reproduction code not provided -description: Close issues that where author has not provided reproduction code or repo -resource: repository - -configuration: - resourceManagementConfiguration: - scheduledSearches: - - frequencies: - - hourly: - hour: 1 - filters: - - isOpen - - hasLabel: - label: 'needs: repro code or repository' - - noActivitySince: - days: 1 - actions: - - addReply: - reply: "Closing issue as no reproduction code is provided" - - closeIssue From 033745c33fcde74f2c257cc5a0e8554b21bb7d49 Mon Sep 17 00:00:00 2001 From: Vincent Baaij Date: Wed, 17 Apr 2024 21:11:07 +0200 Subject: [PATCH 5/5] Try policy change on main --- .github/policies/reprocodenotprovided.yml | 20 -------------------- .github/policies/triage.yml | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 20 deletions(-) delete mode 100644 .github/policies/reprocodenotprovided.yml diff --git a/.github/policies/reprocodenotprovided.yml b/.github/policies/reprocodenotprovided.yml deleted file mode 100644 index 207f824c87..0000000000 --- a/.github/policies/reprocodenotprovided.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Reproduction code not provided -description: Close issues that where author has not provided reproduction code or repo -resource: repository - -configuration: - resourceManagementConfiguration: - scheduledSearches: - - frequencies: - - hourly: - hour: 1 - filters: - - isOpen - - hasLabel: - label: 'needs: repro code or repository' - - noActivitySince: - days: 1 - actions: - - addReply: - reply: "Closing issue as no reproduction code is provided" - - closeIssue diff --git a/.github/policies/triage.yml b/.github/policies/triage.yml index fe5e0d0f74..7bed93d05b 100644 --- a/.github/policies/triage.yml +++ b/.github/policies/triage.yml @@ -18,3 +18,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