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 how the author association is looked up for PRs. #135

Merged
merged 2 commits into from
May 18, 2024

Commits on May 17, 2024

  1. Fix how the author association is looked up for PRs.

    The use_touchstone_workflows was generating code that used the
    `github.event.comment.author_association` regardless of the trigger
    type. However this does not work for pull_request triggers, meaning the
    if condition would always fail to evaluate and the workflow never ran.
    This commit fixes that by using the correct field name.
    plietar committed May 17, 2024
    Configuration menu
    Copy the full SHA
    f80e491 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    138205c View commit details
    Browse the repository at this point in the history