From ecbdb5fcf3fc464d521d578fb2c8a66f8a9cc9dc Mon Sep 17 00:00:00 2001 From: Christian de Jonge Date: Thu, 13 Feb 2025 07:53:13 +0100 Subject: [PATCH] Remove stale comments --- .github/workflows/stale.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 00808bb..f7fc6d5 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -22,11 +22,7 @@ jobs: uses: actions/stale@v9.0.0 with: repo-token: ${{ secrets.STALE_ISSUE_TOKEN }} - stale-issue-message: "This issue has automatically been marked as stale as there has been no activity for 60 days." - stale-pr-message: "This pull request has automatically been marked as stale as there has been no activity for 30 days." stale-issue-label: "stale" stale-pr-label: "stale" - close-issue-message: "This issue has been closed automatically due to a lack of activity." - close-pr-message: "This pull request has been closed automatically due to a lack of activity." days-before-pr-stale: 30 days-before-close: -1