-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[HOLD for payment 2023-12-07] Fix deploy blocker workflow #31846
Comments
The root cause is because single quotes (') in the issue title are not being escaped properly when they are replaced with the corresponding HTML entities. To fix it need to escape the single quotes before replacing them with HTML entities App/.github/workflows/deployBlocker.yml change to -
In this updated code, the single quotes (') in the issue title are replaced with the HTML entity |
@sukach318 thanks for the post, but we already have a PR to fix this. |
@luacmartins wait is this no longer needed? I commented here |
@michaelssingh that issue was closed as a dupe since we had this one that was created earlier and we also already had a PR with a fix. |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.4.5-7 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue: If no regressions arise, payment will be issued on 2023-12-07. 🎊 After the hold period is over and BZ checklist items are completed, please complete any of the applicable payments for this issue, and check them off once done.
|
@luacmartins Huh... This is 4 days overdue. Who can take care of this? |
This is done! |
Problem
We have 2 issues in the deploy blocker workflow:
Why is this important
Our deploy workflows needs to work
Solution
Fix it!
The text was updated successfully, but these errors were encountered: