From 0796fb3c16bf95223c5d91c12ee9a46ea85cdad2 Mon Sep 17 00:00:00 2001 From: Javier Briones <1674192+jvbriones@users.noreply.github.com> Date: Thu, 15 May 2025 16:36:25 +0200 Subject: [PATCH 1/3] chore: update stale bot to avoid issues from external contributors --- .github/workflows/stale-issue-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale-issue-pr.yml b/.github/workflows/stale-issue-pr.yml index 21651ea9..94c2d6f1 100644 --- a/.github/workflows/stale-issue-pr.yml +++ b/.github/workflows/stale-issue-pr.yml @@ -26,7 +26,7 @@ on: exempt_issue_labels: description: 'Comma-separated list of labels that exempt issues from being marked as stale' required: false - default: 'type-security, feature-request, Sev1-high, needs-triage' + default: 'type-security, feature-request, Sev1-high, needs-triage, external-contributor' type: string days_before_issue_stale: description: 'Number of days of inactivity before an issue becomes stale' From 8e4b9c32fb9d515b269440691d2f88e5bea6903c Mon Sep 17 00:00:00 2001 From: Javier Briones <1674192+jvbriones@users.noreply.github.com> Date: Thu, 15 May 2025 16:48:51 +0200 Subject: [PATCH 2/3] chore: update stale bot to avoid issues from external contributors --- .github/workflows/stale-issue-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale-issue-pr.yml b/.github/workflows/stale-issue-pr.yml index 94c2d6f1..ed8277e2 100644 --- a/.github/workflows/stale-issue-pr.yml +++ b/.github/workflows/stale-issue-pr.yml @@ -21,7 +21,7 @@ on: any_of_issue_labels: description: 'Comma-separated list of labels to check for issues' required: false - default: 'type-bug, needs-information, needs-reproduction' + default: 'needs-information, needs-reproduction' type: string exempt_issue_labels: description: 'Comma-separated list of labels that exempt issues from being marked as stale' From d7250c7f1485dc5e342412ee458b0e8c39d15398 Mon Sep 17 00:00:00 2001 From: Javier Briones <1674192+jvbriones@users.noreply.github.com> Date: Thu, 15 May 2025 17:44:43 +0200 Subject: [PATCH 3/3] chore: update stale bot to avoid issues labeled with 'type-bug' --- .github/workflows/stale-issue-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale-issue-pr.yml b/.github/workflows/stale-issue-pr.yml index ed8277e2..6784a496 100644 --- a/.github/workflows/stale-issue-pr.yml +++ b/.github/workflows/stale-issue-pr.yml @@ -26,7 +26,7 @@ on: exempt_issue_labels: description: 'Comma-separated list of labels that exempt issues from being marked as stale' required: false - default: 'type-security, feature-request, Sev1-high, needs-triage, external-contributor' + default: 'type-security, feature-request, Sev1-high, needs-triage' type: string days_before_issue_stale: description: 'Number of days of inactivity before an issue becomes stale'