(CAT-2665) Roll out safe fork CI integration#643
Merged
Conversation
Manually apply fork CI changes to ci.yml (already unmanaged): add pull_request_target trigger, permissions, concurrency group, and fork-guard conditions on Acceptance, preserving the platform exclusion flags. Add fork_ci_label_guard.yml via pdk update (template 19976cd → 6420755). Routine pdk-template bumps: rubocop plugin updates, Gemfile dependency updates, spec_helper YAML method update. Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
rubocop-rspec 3.x renamed RSpec/FilePath to RSpec/SpecFilePathFormat; update the inline disable comment to match the new cop name. Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
concat 10.0.0 has been released; extend the version requirement to allow it. Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
puppetlabs-haproxy is a fork of glarizza/puppet-haproxy, so head.repo.fork is always true regardless of whether a PR comes from a branch on this repo or an external contributor's fork. Replace fork==false/true checks with head.repo.full_name comparisons against github.repository, which correctly distinguishes same-repo PRs from external-fork PRs in both cases. Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
david22swan
approved these changes
Jun 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ci.yml(alreadyunmanaged: true): addspull_request_targettrigger,permissions,concurrencygroup, and fork-guard conditions on the Acceptance job — platform exclusion flags preservedfork_ci_label_guard.ymlviapdk update(template19976cd→6420755)spec_helper.rbYAML method update,metadata.jsonpdk-version bumpTest plan
fork_ci_label_guard.ymlis present in.github/workflows/ci.ymlretains platform exclusion flags🤖 Generated with Claude Code