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: allow access to forked pull request labels for release #285

Merged
merged 1 commit into from
May 21, 2024

Commits on May 19, 2024

  1. fix: allow access to forked pull request labels

    Release fails if pull request is from a fork currently because
    we can't access the labels on the forked pull request which
    helps us determine semver for next release.
    
    Saw this after merging #283 (from a fork)
    
    Add pull_request_target to release action workflow
    
    I am not worried about the security implications with us checking
    out the forked pull requests code.  This action only fires after
    a merge to main so this means the pull request code has been reviewed
    by a maintainer.  We are post-CI/code run.
    
    Signed-off-by: jmeridth <[email protected]>
    jmeridth committed May 19, 2024
    Configuration menu
    Copy the full SHA
    6fd89f9 View commit details
    Browse the repository at this point in the history