Skip to content

Conversation

@DenizAltunkapan
Copy link
Member

  • I have read CONTRIBUTING.md.
  • This pull request is all my own work -- I have not plagiarized it.
  • All filenames are in PascalCase.
  • All functions and variable names follow Java naming conventions.
  • All new algorithms have a URL in their comments that points to Wikipedia or other similar explanations.
  • All new code is formatted with clang-format -i --style=file path/to/your/file.java

This PR updates the GitHub Action for automatically closing stale pull requests.

Previously, only failed checks were considered when determining whether a PR should be closed. Now, failed workflow runs are also taken into account.

Changes:

  • Fetch workflow runs for each PR.
  • Close PRs if there are failed checks or failed workflows and no recent meaningful activity.
  • Improved logging for better visibility of the decision process

@DenizAltunkapan
Copy link
Member Author

sorry for the second pr, the first one didn't work as expected

@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.26%. Comparing base (a4cf6e3) to head (d69c1db).

Additional details and impacted files
@@            Coverage Diff            @@
##             master    #6951   +/-   ##
=========================================
  Coverage     78.26%   78.26%           
  Complexity     6567     6567           
=========================================
  Files           743      743           
  Lines         21886    21886           
  Branches       4284     4284           
=========================================
  Hits          17129    17129           
  Misses         4074     4074           
  Partials        683      683           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@alxkm alxkm merged commit ae2e40a into TheAlgorithms:master Oct 26, 2025
6 checks passed
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