From 50242c21608b16783276614cf077e943c09242f4 Mon Sep 17 00:00:00 2001 From: Hielke Morsink Date: Mon, 3 Apr 2023 21:35:23 +0200 Subject: [PATCH] Fix YML error in stale-prs job --- .github/workflows/stale-prs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale-prs.yml b/.github/workflows/stale-prs.yml index 5395499a82..f3400497dd 100644 --- a/.github/workflows/stale-prs.yml +++ b/.github/workflows/stale-prs.yml @@ -16,4 +16,4 @@ jobs: days-before-pr-close: 14 stale-pr-label: 'stale-pr' stale-pr-message: 'This pull request has been marked as stale and will be closed in 14 days if no action is taken. To keep it open, leave a comment or remove the `stale-pr` label. If you''re awaiting feedback from a developer, please send us a reminder (either here or on [Discord](https://discord.gg/ZXZd8D8)).' - close-pr-message: 'This pull request has been closed due to inactivity. If you want to continue with this, or are awaiting a review, don''t hesitate to reach out to a developer. We'll gladly re-open this PR! You can tag us here, or send us a message on [Discord](https://discord.gg/ZXZd8D8).' + close-pr-message: 'This pull request has been closed due to inactivity. If you want to continue with this, or are awaiting a review, don''t hesitate to reach out to a developer. We''ll gladly re-open this PR! You can tag us here, or send us a message on [Discord](https://discord.gg/ZXZd8D8).'