From 5e6fdda16b27374adb35eef87429ca2698d8ae30 Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Tue, 9 Jul 2024 22:27:46 +0300 Subject: [PATCH] Add NOTE: label to comment in stale.yml (#6987) --- .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