From b8c5b28b82e854516bf7f9224184bd400cb00fce Mon Sep 17 00:00:00 2001 From: Andrey Meshkov Date: Fri, 11 Feb 2022 13:10:49 +0300 Subject: [PATCH] Update stale_issues_gh.yml --- .github/workflows/stale_issues_gh.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/stale_issues_gh.yml b/.github/workflows/stale_issues_gh.yml index 4d7316b9d8e..2f5efd71089 100644 --- a/.github/workflows/stale_issues_gh.yml +++ b/.github/workflows/stale_issues_gh.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'