From 46d2117d02022ded368672c25d16fdd097d11a0d Mon Sep 17 00:00:00 2001 From: Alex-302 Date: Mon, 26 Jan 2026 16:24:00 +0200 Subject: [PATCH] Upd stale bot workflow - not apply to "Infrastructure" --- .github/workflows/stale_issues_gh.yml | 2 +- .github/workflows/stale_issues_high.yml | 2 +- .github/workflows/stale_issues_low.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/stale_issues_gh.yml b/.github/workflows/stale_issues_gh.yml index e6bccf4c7d7..a94ed81d81f 100644 --- a/.github/workflows/stale_issues_gh.yml +++ b/.github/workflows/stale_issues_gh.yml @@ -19,7 +19,7 @@ jobs: Please note, that AdGuard Filters is an open-source project that is used by different content blockers and we welcome contributions. If you have some technical knowledge about how websites work, you are welcome to create a pull request following [these instructions](https://github.com/AdguardTeam/AdguardFilters/blob/master/CONTRIBUTING.md). stale-issue-label: 'Stale' - exempt-issue-labels: 'A: By design,A: In progress,A: Problematic' + exempt-issue-labels: 'A: By design,A: In progress,A: Problematic,Infrastructure' only-issue-labels: 'Unsorted' exempt-all-issue-assignees: true days-before-issue-stale: 4 diff --git a/.github/workflows/stale_issues_high.yml b/.github/workflows/stale_issues_high.yml index 0e50f6ec07c..c2f04fd5b53 100644 --- a/.github/workflows/stale_issues_high.yml +++ b/.github/workflows/stale_issues_high.yml @@ -19,7 +19,7 @@ jobs: Please note, that AdGuard Filters is an open-source project that is used by different content blockers and we welcome contributions. If you have some technical knowledge about how websites work, you are welcome to create a pull request following [these instructions](https://github.com/AdguardTeam/AdguardFilters/blob/master/CONTRIBUTING.md). stale-issue-label: 'Stale' - exempt-issue-labels: 'A: By design,A: In progress,A: Problematic' + exempt-issue-labels: 'A: By design,A: In progress,A: Problematic,Infrastructure' any-of-labels: 'P1: Critical,P2: High,P3: Medium' exempt-all-issue-assignees: true days-before-issue-stale: 3 diff --git a/.github/workflows/stale_issues_low.yml b/.github/workflows/stale_issues_low.yml index be767a70ef4..a4b1d5fd959 100644 --- a/.github/workflows/stale_issues_low.yml +++ b/.github/workflows/stale_issues_low.yml @@ -19,7 +19,7 @@ jobs: Please note, that AdGuard Filters is an open-source project that is used by different content blockers and we welcome contributions. If you have some technical knowledge about how websites work, you are welcome to create a pull request following [these instructions](https://github.com/AdguardTeam/AdguardFilters/blob/master/CONTRIBUTING.md). stale-issue-label: 'Stale' - exempt-issue-labels: 'A: By design,A: In progress,A: Problematic' + exempt-issue-labels: 'A: By design,A: In progress,A: Problematic,Infrastructure' any-of-labels: 'P4: Low,P5: Lowest' exempt-all-issue-assignees: true days-before-issue-stale: 7