Uh oh!
There was an error while loading. Please reload this page.
chore: Add github action to notify stale PRs - #19361
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| uses: actions/stale@v10 | ||
| with: | ||
| repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
| days-before-issue-stale: -1 |
There was a problem hiding this comment.
m: do we need to set this explicitly to disable?
There was a problem hiding this comment.
Yes, otherwise it will run this action for issues too because the default days-before is set to 60. We want to opt out of issues.
See here: https://github.com/actions/stale#days-before-stale
Codecov Results 📊Generated by Codecov Action |
size-limit report 📦
|
node-overhead report 🧳Note: This is a synthetic benchmark with a minimal express app and does not necessarily reflect the real-world performance impact in an application.
|
Uh oh!
There was an error while loading. Please reload this page.
Closes#19362 (added automatically)