From a2fe652380b6eadbff17e9791a75c12cbc2e6531 Mon Sep 17 00:00:00 2001 From: Paul Razvan Berg Date: Wed, 3 Jan 2024 15:29:44 +0200 Subject: [PATCH] ci: update formatting --- .github/workflows/stale.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index fcab5f83e..398801ecd 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -21,6 +21,10 @@ jobs: exempt-issue-labels: "help,priority0" operations-per-run: 1000 stale-issue-label: "stale" - stale-issue-message: "This issue is stale because it has been open 6 months with no activity. Leave a comment or remove the \"stale\" label, otherwise this will be closed in 14 days." + stale-issue-message: + 'This issue is stale because it has been open 6 months with no activity. Leave a comment or remove the + "stale" label, otherwise this will be closed in 14 days.' stale-pr-label: "stale" - stale-pr-message: "This PR is stale because it has been open 3 months with no activity. Leave a comment or remove the \"stale\" label, otherwise this will be closed in 7 days." + stale-pr-message: + 'This PR is stale because it has been open 3 months with no activity. Leave a comment or remove the "stale" + label, otherwise this will be closed in 7 days.'