diff options
author | Bas Rieter <basrieter@gmail.com> | 2024-08-04 13:05:26 +0200 |
---|---|---|
committer | Bas Rieter <basrieter@gmail.com> | 2024-08-04 13:05:26 +0200 |
commit | cc5e3b9289b4a07d7b2893bfa2e3f62951d1a704 (patch) | |
tree | c207feb24298ac95bc9fc975751d4c9dce1b115c | |
parent | 53f94f7f31346844ab441daeb8204d75c07773e2 (diff) |
Fixed: Phrasing of messages.
-rw-r--r-- | .github/workflows/stale.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index f92b30b955..27ffa8d02e 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -15,9 +15,9 @@ jobs: - uses: actions/stale@v9 with: days-before-stale: 365 - stale-issue-message: 'This issue is stale because it has been open over a year without activity. Remove stale label or comment on it to reset the stale state.' + stale-issue-message: 'This issue is now marked stale because it has been open over a year without activity. Remove the stale label or add a comment to reset the stale state.' stale-issue-label: Stale - stale-pr-message: 'This PR is stale because it has been open for over a year without activity. Remove stale label or comment on it to reset the stale state.' + stale-pr-message: 'This pull request is now marked stale because it has been open over a year without activity. Remove the stale label or add a comment to reset the stale state.' stale-pr-label: Stale operations-per-run: 100 debug-only: true |