From 64d03c85c955b9861e42ee0c303508e974fc0f5a Mon Sep 17 00:00:00 2001 From: Davide Bortolami Date: Sun, 29 Mar 2020 22:45:34 +0100 Subject: [PATCH] fix stale issues messages --- .github/workflows/stale.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 7bbc0505..c1841de1 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/stale@v1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - stale-issue-message: 'Stale issue message' - stale-pr-message: 'Stale pull request message' + stale-issue-message: 'This issue has been automatically marked as stale. You have a week to explain why you believe this is an error.' + stale-pr-message: 'This PR has been automatically marked as stale. You have a week to explain why you believe this is an error.' stale-issue-label: 'no-issue-activity' - stale-pr-label: 'no-pr-activity' + stale-pr-label: 'no-pr-activity' \ No newline at end of file