Skip to content

Commit

Permalink
Do not automatically close stale issues (#4353)
Browse files Browse the repository at this point in the history
* Do not automatically close stale issues

Signed-off-by: Eduardo Apolinario <[email protected]>

* Rephrase message

Signed-off-by: Eduardo Apolinario <[email protected]>

---------

Signed-off-by: Eduardo Apolinario <[email protected]>
Co-authored-by: Eduardo Apolinario <[email protected]>
  • Loading branch information
eapolinario and eapolinario authored Nov 2, 2023
1 parent 5301da0 commit a1d182b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,14 @@ jobs:
- uses: actions/stale@v8
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: "Hello 👋, This issue has been inactive for over 9 months. To help maintain a clean and focused backlog, we'll be marking this issue as stale and will close the issue if we detect no activity in the next 7 days. Thank you for your contribution and understanding! 🙏"
close-issue-message: "Hello 👋, This issue has been inactive for over 9 months and hasn't received any updates since it was marked as stale. We'll be closing this issue for now, but if you believe this issue is still relevant, please feel free to reopen it. Thank you for your contribution and understanding! 🙏"
stale-issue-message: >
Hello 👋, this issue has been inactive for over 9 months. To help maintain a clean and focused backlog,
we'll be marking this issue as stale and will engage on it to decide if it is still applicable.
Thank you for your contribution and understanding! 🙏
stale-issue-label: "stale"
exempt-issue-labels: "needs discussion,untriaged" # Comma-separated list of labels.
days-before-stale: 270
days-before-close: 7
days-before-close: -1
ascending: true # https://github.com/actions/stale#ascending
operations-per-run: 500

0 comments on commit a1d182b

Please sign in to comment.