branch: elpa/cider
commit 72324a940ba3d78078ce59a6333bce0d73657f2b
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>
Fix typos in stale workflow close messages
---
.github/workflows/stale.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index c6d4804f4a..76927f02ea 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -22,7 +22,7 @@ jobs:
had any recent activity. It will be closed soon if no further
activity occurs. Thank you for your contribution and understanding!
close-issue-message: >-
- This issue been automatically closed due to lack of activity. Feel
free to re-open it
+ This issue has been automatically closed due to lack of activity.
Feel free to re-open it
if you ever come back to it.
days-before-pr-stale: 90
days-before-pr-close: 30
@@ -32,6 +32,6 @@ jobs:
had any recent activity. It will be closed soon if no further
activity occurs. Thank you for your contribution and understanding!
close-pr-message: >-
- This issue been automatically closed due to lack of activity. Feel
free to re-open it
+ This pull request has been automatically closed due to lack of
activity. Feel free to re-open it
if you ever come back to it.
repo-token: ${{ secrets.GITHUB_TOKEN }}