This commit is contained in:
Vincent Baaij 2024-04-23 11:46:11 +02:00
Родитель 918eb1abb3 d9f55b96f1
Коммит 907c2468e4
2 изменённых файлов: 18 добавлений и 2 удалений

17
.github/policies/triage.yml поставляемый
Просмотреть файл

@ -1,3 +1,4 @@
name: Issue Triage
description: Assign label to new issues without a label
resource: repository
@ -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

Просмотреть файл

@ -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