-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Chore: add workflow to auto close stale pr based on label #6732
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Closing this PR due to staleness! If there are new updates, please reopen the PR. |
size-limit report 📦
|
close-pr: | ||
if: github.event.label.name == 'stale-pr' | ||
permissions: | ||
pull-requests: write |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i hope this is enough perms for gh actions bot to action on PRs with other repos as origin. will test that after this PR is merged
Description
Spring cleaning since the number of stale PRs are growing
Test plan