-
Notifications
You must be signed in to change notification settings - Fork 890
enforcing labels in PR before merge #7315
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 GitHub.
|
.github/workflows/enforce-labels.yml
Outdated
| enforce-label: | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: yogevbd/[email protected] |
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.
for colocation, maybe this can live with .github/workflows/labeler.yml? maybe its even better to run this after the auto-labeler
|
@manzt what do you think? |
|
Looks great. Do we want to add a We don't need to change anything else about the release notes gen because the label is unused, but it could go here. |
📝 Summary
PRs must have a label of type:
enhancement','bug','documentation','internal','preview','otheror an error will be raised with message:
"Select at least one label ['enhancement','bug','documentation','internal','preview','other']"
🔍 Description of Changes
📋 Checklist