Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
WatermelonAI SummaryThe 4 commits in this PR are focused on improving the labeling system in our GitHub app. Commit 1 removes GitHub parameter validation due to recent permission changes. Commit 2 removes production console logs. Commit 3 adds logic to remove outdated PR labels. Commit 4 changes the emoji used for the "take a deeper dive" label. These changes indicate that the business logic of our labeling system is being refined and optimized, with a focus on providing better feedback and maintaining strictness in PR pre-approval. GitHub PRsClick here to login to Jira |
EstebanDalelR
left a comment
There was a problem hiding this comment.
LGTM, I did open #323 to make it more readable.
Description
Because we want to provide more feedback while maintaining strictness about what's a PR pre-approval and what's not, we're adding a trinary PR labeling system to our GitHub app.
Type of change
Notes
Possibly due to the recent permission changes, the github params validation wasn't working so I removed that piece of logic in
labelPullRequest.tsAcceptance