Skip to content

Replace pull_request_target with pull_request in CI workflow#2252

Merged
Artur- merged 5 commits into
mainfrom
fix/remove-pull-request-target
Jun 17, 2026
Merged

Replace pull_request_target with pull_request in CI workflow#2252
Artur- merged 5 commits into
mainfrom
fix/remove-pull-request-target

Conversation

@manolo

@manolo manolo commented May 20, 2026

Copy link
Copy Markdown
Member

Summary

Replaces pull_request_target with pull_request in validation.yml.

Removes the check-permissions job (and its dependency on actions-cool/check-user-permission@main) which was the only gate preventing fork PRs from accessing secrets. With pull_request, fork PRs do not have access to repository secrets at all, so the gate is no longer needed.

Test jobs (unit-tests, integration-tests, loadtest-converter-tests) and validation-status skip entirely for fork PRs. Format check and build run for all PRs. Reviewers must validate fork PRs manually by checking out the branch.

manolo added 3 commits May 20, 2026 18:22
Switch from pull_request_target to pull_request. Removes the check-permissions
gate (no longer needed since fork PRs do not have access to secrets with
pull_request). Test jobs skip entirely for fork PRs. Reviewers must validate
fork PRs manually by checking out the branch.
@manolo manolo requested review from Artur- and mcollovati May 20, 2026 17:04
@Artur- Artur- enabled auto-merge (squash) June 17, 2026 08:53
@github-actions

github-actions Bot commented Jun 17, 2026

Copy link
Copy Markdown

Test Results

  190 files    190 suites   54m 16s ⏱️
1 361 tests 1 355 ✅ 6 💤 0 ❌
1 814 runs  1 805 ✅ 9 💤 0 ❌

Results for commit bcbd230.

♻️ This comment has been updated with latest results.

@Artur- Artur- merged commit f4db37c into main Jun 17, 2026
17 of 28 checks passed
@Artur- Artur- deleted the fix/remove-pull-request-target branch June 17, 2026 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants