-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[Lexical] Attempt to fix after approval workflow #6153
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
test review
size-limit report 📦
|
Why did leaving a review (not approval) add the extended-tests label? |
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.
You linked to another repo and they're using the first-party actions/labeler action. I'd consider doing the same. It has some good notes on permissions which are helpful. https://github.com/actions/labeler?tab=readme-ov-file#permissions
That was done to test the changes only in draft mode, after publishing it's not doing this , I removed the label after testing was done. |
I am thinking of exploring the custom GitHub bot for fixing the problem we are facing with permissions as it would have the required permissions in this case as we want to trigger the add label event on approval and pull_request_target doesn't help us with this. |
… workflow should autotrigger
pull_request_target
action but it doesn't get triggered on approve so its not helpful right now to use as is, hence could be removed to avoid confusions.using my fine grain access PAT to trigger the workflow for add label
Test Plan
TODO