From f032207444cd181e103eb6813f7d3284ac4bb70b Mon Sep 17 00:00:00 2001 From: James Mills <1290234+prologic@users.noreply.github.com> Date: Mon, 27 Jan 2020 12:32:00 +1000 Subject: [PATCH] Fixed sale messages workflows --- .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 32ded93..41f2ef9 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -12,13 +12,13 @@ jobs: with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: |- - This Issue has gone stale and has been automatically closed. + This Issue has gone stale and will be closed automatically. If this is incorrect, please reopen and add the label `on hold`. Thank you. stale-pr-message: |- - This Pull Request has gone stale and has been automatically closed. + This Pull Request has gone stale and will be closed automatically. If this is incorrect, please reopen and add the label `on hold`.