From ffb7a94e6a1c2cd5d16ddbafb0ad49e9f55d693b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emiliano=20Su=C3=B1=C3=A9?= Date: Mon, 29 Jan 2024 11:00:13 -0800 Subject: [PATCH] Add dependency PRs to exempt stale list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Emiliano Suñé --- .github/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index 34a661c8..bac2c785 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -18,4 +18,4 @@ jobs: stale-issue-label: 'stale' exempt-issue-labels: 'pinned,security,dependencies,epic' stale-pr-label: 'stale' - exempt-pr-labels: 'awaiting-approval,work-in-progress' + exempt-pr-labels: 'awaiting-approval,work-in-progress,dependencies'