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

chore: add pull_request_target for releases #147

Merged
merged 1 commit into from
May 22, 2024

Conversation

jmeridth
Copy link
Member

Pull Request

Proposed Changes

  • add pull_request_target to release GitHub Action so we have access to fork PR labels

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.

Readiness Checklist

Author/Contributor

  • If documentation is needed for this change, has that been included in this pull request
  • run make lint and fix any issues that you have introduced
  • run make test and ensure you have test coverage for the lines you are introducing

Reviewer

  • Label as either fix, documentation, enhancement, infrastructure, maintenance or breaking

@jmeridth jmeridth self-assigned this May 21, 2024
@jmeridth jmeridth requested a review from zkoppert as a code owner May 21, 2024 17:08
- [x] add pull_request_target to release GitHub Action so we have access to fork PR labels

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 jmeridth force-pushed the jm_add_pull_request_target_to_release_action branch from 67b0908 to 31855db Compare May 21, 2024 20:16
- closed
branches:
- main
pull_request_target:
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

majority of this change is this block

@jmeridth jmeridth merged commit cf5f473 into main May 22, 2024
25 checks passed
@jmeridth jmeridth deleted the jm_add_pull_request_target_to_release_action branch May 22, 2024 00:08
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.

None yet

1 participant