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

quotes workflow name since the name includes a comma #4245

Merged
merged 2 commits into from
Nov 4, 2024

Conversation

gilzow
Copy link
Collaborator

@gilzow gilzow commented Oct 31, 2024

Why

PR #4244 introduced an issue with PR comments workflow

What's changed

TL;DR - adds quotes to the name of dependency workflow

The workflow that adds PR comments (comment-on-pr.yaml) is triggered based on the conclusion of the (formerly named) get-pr-info,yaml workflow. Github uses the name property of the parent workflow to identify it. I changed that property to Get PR URL, start dependent jobs to more accurately reflect what it does, but now the comment workflow sees that as two different workflows. Quoting the workflow name corrects the issue.

@chadwcarlson chadwcarlson enabled auto-merge (squash) October 31, 2024 20:47
@gilzow
Copy link
Collaborator Author

gilzow commented Oct 31, 2024

once you merge #4232 you can update this PR and then it should automerge (the broken redirections that #4232 updates are blocking this PR)

@chadwcarlson chadwcarlson merged commit 35fb6c9 into main Nov 4, 2024
16 checks passed
@chadwcarlson chadwcarlson deleted the pr-comment-workflow-fix branch November 4, 2024 20:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants