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

Chore: add workflow to auto close stale pr based on label #6732

Merged
merged 2 commits into from
Oct 15, 2024
Merged

Conversation

potatowagon
Copy link
Contributor

@potatowagon potatowagon commented Oct 15, 2024

Description

Spring cleaning since the number of stale PRs are growing

Test plan

  1. add "stale-pr" label
  2. this PR closes with a comment
Screenshot 2024-10-15 at 11 50 39 AM

Copy link

vercel bot commented Oct 15, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
lexical ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 15, 2024 9:53am
lexical-playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 15, 2024 9:53am

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Oct 15, 2024
@potatowagon potatowagon added stale-pr PRs that are closed due to staleness. Please reopen the PR if there are new updates and removed CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. labels Oct 15, 2024
Copy link

Closing this PR due to staleness! If there are new updates, please reopen the PR.

@github-actions github-actions bot closed this Oct 15, 2024
@potatowagon potatowagon reopened this Oct 15, 2024
@potatowagon potatowagon removed the stale-pr PRs that are closed due to staleness. Please reopen the PR if there are new updates label Oct 15, 2024
Copy link

github-actions bot commented Oct 15, 2024

size-limit report 📦

Path Size
lexical - cjs 29.94 KB (0%)
lexical - esm 29.81 KB (0%)
@lexical/rich-text - cjs 38.54 KB (0%)
@lexical/rich-text - esm 31.61 KB (0%)
@lexical/plain-text - cjs 37.15 KB (0%)
@lexical/plain-text - esm 28.99 KB (0%)
@lexical/react - cjs 40.34 KB (0%)
@lexical/react - esm 33.08 KB (0%)

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Oct 15, 2024
@potatowagon potatowagon changed the title Chore: add workflow to auto close stale pr Chore: add workflow to auto close stale pr based on label Oct 15, 2024
close-pr:
if: github.event.label.name == 'stale-pr'
permissions:
pull-requests: write
Copy link
Contributor Author

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

@etrepum etrepum added this pull request to the merge queue Oct 15, 2024
Merged via the queue into main with commit 648ddef Oct 15, 2024
32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants