From 83bc9b45937863c3c584d5dd3061608a7cc4fd1e Mon Sep 17 00:00:00 2001 From: Andrey Meshkov Date: Fri, 11 Feb 2022 13:10:11 +0300 Subject: [PATCH] Update stale_issues_low.yml --- .github/workflows/stale_issues_low.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/stale_issues_low.yml b/.github/workflows/stale_issues_low.yml index 789091941b0..b3a3f4f165e 100644 --- a/.github/workflows/stale_issues_low.yml +++ b/.github/workflows/stale_issues_low.yml @@ -13,7 +13,9 @@ jobs: with: stale-issue-message: > This issue has been automatically marked as stale because it has been open for 4 days with no activity. + Unfortunately, our resources are limited and we can not always take the time to respond to requests about websites that are not popular enough. The issue will be closed if no further activity occurs. + 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'