-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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(repo): add new labeler #3684
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
8 Ignored Deployments
|
🟢 CI successful 🟢Thanks |
#| `isPRAuthorCompanyMatch` | Returns true if the PR author's company matches the given regex | | ||
#| `isNotPRAuthorCompanyMatch` | The negation of `isPRAuthorCompanyMatch` | | ||
#| `isAnyFileOwnedByMatch` | Returns true if any owner of a file in the PR diff matches the given regex | | ||
#| `isNotAnyFileOwnerByMatch` | The negation of `isAnyFileOwnedByMatch` | |
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.
Can we group the NOT
versions at the bottom so it's easier to read the ones?
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.
👍🏼 good call
onPublish: | ||
turbo: | ||
- runWorkflow: turborepo-smoke-published.yml | ||
when: any |
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.
Did you intend to add the smoke tester in this PR? Seems unrelated, and I don't see it being moved from somewhere else?
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.
Yea this is new!
bdf2807
to
4f078b3
Compare
Use our own bot for labeling instead of the workflow.