-
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
[$500] deployBlocker.yml
Workflow fails when an issue has a '
in the title
#32070
Comments
deployBlocker.yml
Workflow fails when an issue has a '
in the titledeployBlocker.yml
Workflow fails when an issue has a '
in the title
Job added to Upwork: https://www.upwork.com/jobs/~0110e529d76a12411d |
Triggered auto assignment to @NicMendonca ( |
Bug0 Triage Checklist (Main S/O)
|
Triggered auto assignment to Contributor-plus team member for initial proposal review - @cubuspl42 ( |
ProposalPlease re-state the problem that we are trying to solve in this issue.When a GH issue has a What is the root cause of that problem?We replace the symbols in the whole built string here: App/.github/workflows/deployBlocker.yml Line 35 in c00b840
But if the title has What changes do you think we should make in order to solve the problem?We should move this replace function to be applied only to the issue title, not the whole string:
What alternative solutions did you explore? (Optional) |
Dupe of #31846, closing |
OK, so I am forked the repository and trying to test this myself but now everything is locked up because of Lock staging deploys during QA job, anyways I think we just need to figure out how to properly escape the
|
📣 @michaelssingh! 📣
|
Contributor details |
✅ Contributor details stored successfully. Thank you for contributing to Expensify! |
Contributor details ProposalThis line can fail when a GitHub issue has a ' in the title and it has the deploy blocker label applied to it: What is the root cause of that problem?Wrong string format in YAML for the workflow What changes do you think we should make in order to solve the problem?replace single quotes (') with backticks (`) in GitHub Actions workflow What alternative solutions did you explore? (Optional)The issue can be from this project: 8398a7/action-slack |
✅ Contributor details stored successfully. Thank you for contributing to Expensify! |
PR : #32136 |
@ebauger please make sure you're familiar with the Contribution Guidelines. This issue is closed, and you shouldn't create a PR until you're assigned to the issue. |
As I said on the PR, and like Pavlo already noticed, our process works differently. Thank you for your interest in Expensify! You can search for other issues open for proposals. |
Problem
This line can fail when a GitHub issue has a
'
in the title and it has the deploy blocker label applied to it:App/.github/workflows/deployBlocker.yml
Line 35 in c00b840
It creates the following error:
Failing workflow
Solution
Fix the bug so it does not error. Possibly we need to escape the
'
or remove these characters from the title.Upwork Automation - Do Not Edit
The text was updated successfully, but these errors were encountered: