-
Notifications
You must be signed in to change notification settings - Fork 30
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
AutoUpdateTitleWithLabelSubscriber does not work on UX #257
Comments
I've just checked recent webhook deliveries, and sometimes we have a 500 error: |
By curiosity I executed locally the failing webhook
And it worked, instead of having a 500 error, I'm having the following 200 response: {"pull_request":2602,"new_title":"[LiveComponent] [ComponentWithFormTrait] Force recreation of FormView on PreReRender hook to synchronize FormInstance and FormView."} and the PR's title have been updated (I expected |
Still on symfony/ux#2602, I tested:
|
|
Hi!
I'm trying to understand why the
AutoUpdateTitleWithLabelSubscriber
configured onsymfony/ux
does not work.For example in the PR symfony/ux#2602, I added the label
LiveComponent
which has adddddd
color, but the title didn't change.I have another examples, if it can helps:
Do you know what can happens here? Could it be caused by a missing configuration in https://github.com/symfony/ux/settings/hooks?
Thanks!
The text was updated successfully, but these errors were encountered: