From 913e814b59d113fe25479c5023c5815dbbe75d0e Mon Sep 17 00:00:00 2001 From: Loymdayddaud <145969603+TheGiraffe3@users.noreply.github.com> Date: Sun, 26 Oct 2025 00:00:08 +0300 Subject: [PATCH] Update stale action (#2286) ## Description: Updated the stale comment, removed issue write permissions, updated the orphaned comment ## Please complete the following: - [x] I have added screenshots for all UI updates - [x] I process any text displayed to the user through translateText() and I've added it to the en.json file - [x] I have added relevant tests to the test directory - [x] I confirm I have thoroughly tested these changes and take full responsibility for any bugs introduced ## Please put your Discord username so you can be contacted if a bug or regression is found: loymdayddaud --- .github/workflows/pr-stale.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-stale.yml b/.github/workflows/pr-stale.yml index 81b3b0eb7..27b35f9e9 100644 --- a/.github/workflows/pr-stale.yml +++ b/.github/workflows/pr-stale.yml @@ -8,7 +8,6 @@ jobs: stale: runs-on: ubuntu-latest permissions: - issues: write pull-requests: write steps: - uses: actions/stale@8f717f0dfca33b78d3c933452e42558e4456c8e7 @@ -21,6 +20,6 @@ jobs: exempt-pr-assignees: evanpelle exempt-pr-labels: "will not stale" stale-pr-label: "Stale" - stale-pr-message: "This pull request is stale because it has been open for 14 days with no activity. If you want to keep this pull request open, add a comment or update the branch." - close-pr-message: "This pull request has been closed because twenty-eight days have passed without activity. If someone wants to keep working on it, feel free to take the code." + stale-pr-message: "This pull request is stale because it has been open for fourteen days with no activity. If you want to keep this pull request open, add a comment or update the branch." + close-pr-message: "This pull request has been closed because fourteen days have passed without activity. If you want to continue work on the code, comment or create a new PR." close-pr-label: "Orphaned"