Skip to content
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

Fix pr_body_check #1187

Merged

Conversation

rooftopcellist
Copy link
Member

@rooftopcellist rooftopcellist commented Jan 11, 2023

SUMMARY

Same fix was merged in the awx repo:

If a ` or $( was used in the PR body the pr_body_check would have a hard time processing the PR and cause a failure. This change puts the PR body into an environment variable and references it from that preventing issues with special shell characters.

ISSUE TYPE
  • Bug, Docs Fix or other nominal change
ADDITIONAL INFORMATION

This issue was seen on this PR's CI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant