Skip to content

Commit

Permalink
Bump actions/stale from 5 to 6 (#1627)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 22, 2022
1 parent fe0c62f commit 38012fa
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 @@ -7,7 +7,7 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v5
- uses: actions/stale@v6
with:
stale-issue-message: "This issue was marked as stale due to lack of activity."
days-before-issue-stale: 60
Expand Down

1 comment on commit 38012fa

@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: 38012fa Previous: fe0c62f Ratio
BM_BaselineBuffer/1 8479449.74899292 ns/iter 517738.58070373535 ns/iter 16.38

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

Please sign in to comment.