-
Notifications
You must be signed in to change notification settings - Fork 89
Revert pull_request_target #225
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
Conversation
📦 Build Artifacts Available |
📦 Build Artifacts Available |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR reverts the GitHub Actions workflow from using pull_request_target
back to pull_request
trigger, addressing issues with the previous implementation. The change disables build jobs for external pull requests to maintain security while allowing other workflow jobs to continue running.
- Reverts trigger from
pull_request_target
topull_request
- Removes explicit merge commit SHA references from checkout actions
- Adds conditional execution for build jobs to skip external PRs
Co-authored-by: Copilot <[email protected]>
📦 Build Artifacts Available |
📦 Build Artifacts Available |
`pull_request_target` has not been the drop-in replacement it promises to be. Revert its addition and disable build jobs for external PRs. --------- Co-authored-by: Copilot <[email protected]> Signed-off-by: dalthecow <[email protected]>
`pull_request_target` has not been the drop-in replacement it promises to be. Revert its addition and disable build jobs for external PRs. --------- Co-authored-by: Copilot <[email protected]> Signed-off-by: dalthecow <[email protected]>
`pull_request_target` has not been the drop-in replacement it promises to be. Revert its addition and disable build jobs for external PRs. --------- Co-authored-by: Copilot <[email protected]>
`pull_request_target` has not been the drop-in replacement it promises to be. Revert its addition and disable build jobs for external PRs. --------- Co-authored-by: Copilot <[email protected]> Signed-off-by: dalthecow <[email protected]>
`pull_request_target` has not been the drop-in replacement it promises to be. Revert its addition and disable build jobs for external PRs. --------- Co-authored-by: Copilot <[email protected]>
`pull_request_target` has not been the drop-in replacement it promises to be. Revert its addition and disable build jobs for external PRs. --------- Co-authored-by: Copilot <[email protected]> Signed-off-by: dalthecow <[email protected]>
`pull_request_target` has not been the drop-in replacement it promises to be. Revert its addition and disable build jobs for external PRs. --------- Co-authored-by: Copilot <[email protected]> Signed-off-by: dalthecow <[email protected]>
pull_request_target
has not been the drop-in replacement it promises to be. Revert its addition and disable build jobs for external PRs.