Skip to content

Commit

Permalink
Excempt should be applied on issue instead of PR (#1316)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomsonTan committed Apr 5, 2022
1 parent be75bbc commit 237a0b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
close-issue-message: 'Closed as inactive. Feel free to reopen if this is still an issue.'
days-before-issue-stale: 60
days-before-issue-close: 7
exempt-pr-labels: 'do-not-stale'
exempt-issue-labels: 'do-not-stale'

2 comments on commit 237a0b2

@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 api Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 237a0b2 Previous: be75bbc Ratio
BM_ExtractBaggageHavingTenEntries 3.222275785689199 ns/iter 1.425067195174911 ns/iter 2.26
BM_ExtractBaggageWith180Entries 3.3082089500132748 ns/iter 1.4307079690039424 ns/iter 2.31

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

@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: 237a0b2 Previous: be75bbc Ratio
BM_BaselineBuffer/2 4261182.78503418 ns/iter 2054177.103815852 ns/iter 2.07

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

Please sign in to comment.