From 600f7e29066042497a16a471fd872a4819371f98 Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Tue, 9 Jul 2024 20:01:14 +0200 Subject: [PATCH] Add NOTE: label to comment in stale.yml --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index d8f4a2f4d..5a31f5f6d 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -1,6 +1,6 @@ name: 'Close stale issues' on: - # uncomment if you want to test changes to this file in PRs CI + # NOTE: uncomment if you want to test changes to this file in PRs CI # pull_request: # branches: # - master