Skip to content

Commit

Permalink
ci: update autoclose file version and fix github username (MovingBloc…
Browse files Browse the repository at this point in the history
…ks#5097)

* rephrase stale and close message to be more friendly
* provide whitespace between the asperand symbol and github username
  • Loading branch information
sfavello committed Apr 12, 2023
1 parent 8943264 commit 4c177c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/autoclose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:
issues: write
pull-requests: write
steps:
- uses: actions/stale@v4
- uses: actions/stale@v8
with:
only-labels: "Status: Needs Author Input"
days-before-issue-stale: 30
days-before-issue-close: 90
stale-issue-label: "Status: Stale"
stale-issue-message: "This issue is stale because the author @${{ github.event.issue.user.login }} has not responded for 30 days."
close-issue-message: "This issue was closed because the author @${{ github.event.issue.user.login }} has not responded for 90 days since the issue was marked as stale."
stale-issue-message: "Hey there @ ${{ github.event.issue.user.login }} , we want to express our appreciation for your initial contribution to this issue. However, we now mark it as stale since we haven't received any response from you in the past 30 days. If you're still available, we would greatly appreciate it if you could provide answers to any open questions and/or share the requested feedback/input. Thank you for your consideration, we hope to hear from you soon!"
close-issue-message: "Hey there @ ${{ github.event.issue.user.login }} , we want to express our appreciation for your initial contribution to this issue. However, we now mark it as closed since we haven't received any response from you in the past 90 days. If you're still available, we would greatly appreciate it if you could provide answers to any open questions and/or share the requested feedback/input. Thank you for your consideration, we hope to hear from you soon!"
close-issue-reason: "not_planned"
days-before-pr-stale: -1
days-before-pr-close: -1
Expand Down

0 comments on commit 4c177c6

Please sign in to comment.