-
Notifications
You must be signed in to change notification settings - Fork 619
[Actions] Chore: Removes outdated stale github action #5283
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
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Your org has enabled the Graphite merge queue for merging into mainAdd the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
size-limit report 📦
|
Merge activity
|
This github action is no longer used and has been replaced by `workflows/stale.yml`
<!-- start pr-codex -->
---
## PR-Codex overview
This PR focuses on the removal of the `.github/stale.yml` configuration file, which is used to manage stale issues and pull requests in the repository.
### Detailed summary
- Deleted the file `.github/stale.yml`
- This action may affect how stale issues and pull requests are tracked and managed in the repository.
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
<!-- end pr-codex -->
eb6fc07 to
41158b1
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5283 +/- ##
=======================================
Coverage 45.59% 45.59%
=======================================
Files 1069 1069
Lines 55584 55584
Branches 4045 4045
=======================================
Hits 25342 25342
Misses 29552 29552
Partials 690 690
*This pull request uses carry forward flags. Click here to find out more. |
This github action is no longer used and has been replaced by
workflows/stale.ymlPR-Codex overview
This PR focuses on the removal of the
.github/stale.ymlconfiguration file, which is used to manage stale issues and pull requests in the repository.Detailed summary
.github/stale.yml, which likely contained settings for automatic management of stale issues and pull requests.