Skip to content

Commit

Permalink
Don't close inactive issues by the stable bot (open-telemetry#1453)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomsonTan authored Jun 16, 2022
1 parent 2d78a56 commit 9f3a8ee
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ jobs:
steps:
- uses: actions/stale@v5
with:
stale-issue-message: 'This issue was marked as stale due to lack of activity. It will be closed in 7 days if no furthur activity occurs.'
close-issue-message: 'Closed as inactive. Feel free to reopen if this is still an issue.'
stale-issue-message: 'This issue was marked as stale due to lack of activity.'
days-before-issue-stale: 60
days-before-issue-close: 7
exempt-issue-labels: 'do-not-stale'

0 comments on commit 9f3a8ee

Please sign in to comment.