Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
mscolnick
reviewed
Nov 26, 2025
.github/workflows/enforce-labels.yml
Outdated
| enforce-label: | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: yogevbd/enforce-label-action@2.2.2 |
Contributor
There was a problem hiding this comment.
for colocation, maybe this can live with .github/workflows/labeler.yml? maybe its even better to run this after the auto-labeler
Contributor
|
@manzt what do you think? |
Collaborator
|
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. |
mscolnick
approved these changes
Dec 1, 2025
mscolnick
added a commit
that referenced
this pull request
Dec 1, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📝 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