Skip to content

Commit

Permalink
Don't close inactive issues by the stable bot (#1453)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomsonTan committed 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'

1 comment on commit 9f3a8ee

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'OpenTelemetry-cpp sdk Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 9f3a8ee Previous: 2d78a56 Ratio
BM_BaselineBuffer/1 5850501.06048584 ns/iter 613476.4267676225 ns/iter 9.54

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.