ci: mirror the Rokt kit release pipeline#1
Merged
Conversation
- release.yml: match the Rokt kit (Node 24, actions @v6, OIDC registry-url + npm@latest step, permissions block, gitflow release/sync jobs); point all repo refs at mparticle-integrations/...-roktpayplus - reusable-workflows.yml: match Rokt (web-kit-pull-request build/test + semantic branch/title/target checks + GChat notify) - release.config.js: fix repositoryUrl to this repo - add .github/PULL_REQUEST_TEMPLATE.md - remove non-Rokt files: pull-request.yml, dependabot-auto-merge.yml, .travis.yml Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Mirrors the release/CI setup of mparticle-javascript-integration-rokt so the release pipeline is actually runnable from this repo.
Summary
release.yml: matches the Rokt kit (Node 24,actions @v6, OIDCregistry-url+npm install -g npm@latest,permissionsblock withid-token: write, gitflow release/sync jobs); all repo refs point at this repo.reusable-workflows.yml: matches Rokt (theweb-kit-pull-requestbuild/test job + semantic branch/title/target checks + GChat notify).release.config.js:repositoryUrlfixed to this repo (was the old ROKT-org URL)..github/PULL_REQUEST_TEMPLATE.md.pull-request.yml,dependabot-auto-merge.yml,.travis.yml.Testing Plan
Local:
npm run build,npm run lint,npm run test(11/11) all green. The release workflow isworkflow_dispatchand will be validated via a dry run after merge; adevelopmentbranch will be created to satisfy the gitflow release jobs.