From 439fbbf022b4c1cd152bfa483afba3578e40ad6d Mon Sep 17 00:00:00 2001 From: Julio Lopez <1953782+julio-lopez@users.noreply.github.com> Date: Wed, 5 Jul 2023 21:06:13 -0700 Subject: [PATCH] fix(infra): use correct parameter for message in stale action (#3126) --- .github/workflows/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 2a581914c9c..81226edceeb 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -23,5 +23,5 @@ jobs: stale-pr-label: 'stale' exempt-issue-labels: 'bug,keep-open' exempt-pr-labels: 'keep-open' - stale-issue-message: 'Closed due to inactivity. Re-open and remove "stale" label if it should remain open for an additional period of time' - stale-pr-message: 'Closed due to inactivity. Re-open and remove "stale" label if it should remain open for an additional period of time' + close-issue-message: 'Closed due to inactivity. Re-open and remove "stale" label if it should remain open for an additional period of time' + close-pr-message: 'Closed due to inactivity. Re-open and remove "stale" label if it should remain open for an additional period of time'