Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add stalebot for issues & pull requests #828

Merged
merged 1 commit into from
Jul 20, 2023
Merged

Add stalebot for issues & pull requests #828

merged 1 commit into from
Jul 20, 2023

Conversation

KaanOzkan
Copy link
Contributor

Motivation

Improve maintenance overhead and feedback cycle for issues/prs that need responses

Implementation

Uses https://github.com/actions/stale

Automated Tests

Manual Tests

@KaanOzkan KaanOzkan requested a review from a team as a code owner July 20, 2023 15:01
Copy link
Member

@vinistock vinistock left a comment

Choose a reason for hiding this comment

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

🚀

@github-actions
Copy link
Contributor

github-actions bot commented Jul 20, 2023

Benchmark results in seconds (slowest at top)

          textDocument/completion average: 0.322652 std_dev: 0.015591
          textDocument/diagnostic average: 0.057585 std_dev: 0.012867
          textDocument/definition average: 0.005666 std_dev: 0.003458
      textDocument/selectionRange average: 0.004372 std_dev: 0.000667
 textDocument/semanticTokens/full average: 0.002358 std_dev: 0.000634
   textDocument/documentHighlight average: 0.002344 std_dev: 0.00053
        textDocument/documentLink average: 0.00234 std_dev: 0.000374
      textDocument/documentSymbol average: 0.002281 std_dev: 0.000432
            textDocument/codeLens average: 0.002272 std_dev: 0.000416
        textDocument/foldingRange average: 0.002097 std_dev: 0.00066
textDocument/semanticTokens/range average: 0.001099 std_dev: 0.000306
               codeAction/resolve average: 0.00086 std_dev: 0.000413
           textDocument/inlayHint average: 0.000754 std_dev: 0.000169
               textDocument/hover average: 0.000742 std_dev: 0.000287
    textDocument/onTypeFormatting average: 0.000113 std_dev: 0.00022
          textDocument/formatting average: 0.000112 std_dev: 0.000397
          textDocument/codeAction average: 6.0e-05 std_dev: 5.7e-05


================================================================================
Comparison with main branch:

 textDocument/semanticTokens/full unchanged
textDocument/semanticTokens/range unchanged
      textDocument/documentSymbol unchanged
        textDocument/foldingRange unchanged
          textDocument/formatting unchanged
          textDocument/diagnostic unchanged
        textDocument/documentLink unchanged
           textDocument/inlayHint unchanged
      textDocument/selectionRange unchanged
   textDocument/documentHighlight unchanged
               textDocument/hover unchanged
          textDocument/codeAction unchanged
    textDocument/onTypeFormatting unchanged
               codeAction/resolve unchanged
          textDocument/completion unchanged
            textDocument/codeLens unchanged
          textDocument/definition unchanged


================================================================================
Missing benchmarks:

RubyLsp::Requests::ShowSyntaxTree

name: 'Close stale issues & pull requests'
on:
schedule:
- cron: '30 12 * * *'
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated the time since reviews to trigger in the morning EST

@KaanOzkan KaanOzkan merged commit 50ff51d into main Jul 20, 2023
25 checks passed
@KaanOzkan KaanOzkan deleted the ko/stale-bot branch July 20, 2023 15:57
@shopify-shipit shopify-shipit bot temporarily deployed to production July 25, 2023 18:50 Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants