From 4b5e05b54246deb99604bdc42e81ac35d4af68ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20Vo=C3=9F?= Date: Tue, 2 Jul 2024 18:40:58 +0200 Subject: [PATCH 1/2] Make messages nicer --- .github/workflows/housekeeping.yml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/.github/workflows/housekeeping.yml b/.github/workflows/housekeeping.yml index 724c23c..4d2fc39 100644 --- a/.github/workflows/housekeeping.yml +++ b/.github/workflows/housekeeping.yml @@ -21,7 +21,13 @@ jobs: - uses: actions/stale@v5 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - stale-issue-message: 'Stale issue message' - stale-pr-message: 'Stale pull request message' - stale-issue-label: 'no-issue-activity' - stale-pr-label: 'no-pr-activity' + stale-issue-message: > + This issue was automatically marked as stale because it has not seen + recent activity. It will be closed if no further activity occurs. + Thank you for your contributions. + stale-pr-message: > + This pull request was automatically marked as stale because it has not seen + recent activity. It will be closed if no further activity occurs. + Thank you for your contributions. + stale-issue-label: 'no-activity' + stale-pr-label: 'no-activity' From 2605616e5affcc1b8792da6bc9673b597776adad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20Vo=C3=9F?= Date: Tue, 2 Jul 2024 18:45:48 +0200 Subject: [PATCH 2/2] Adjust wording --- .github/workflows/housekeeping.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/housekeeping.yml b/.github/workflows/housekeeping.yml index 4d2fc39..441ea32 100644 --- a/.github/workflows/housekeeping.yml +++ b/.github/workflows/housekeeping.yml @@ -3,14 +3,14 @@ # You can adjust the behavior by modifying this file. # For more information, see: # https://github.com/actions/stale -name: Mark stale issues and pull requests +name: Housekeeping on: schedule: - cron: '45 13 * * *' jobs: - stale: + Stale: runs-on: ubuntu-latest permissions: