IBX-11778: Updated GitHub Actions workflows to org standard - #143
Merged
Conversation
- Bumped actions/checkout and actions/setup-node to v7 in the chromatic, frontend-ci and storybook-tests workflows. - Replaced tibdex/github-app-token@v1 with actions/create-github-app-token@v3 in notify-on-push; the action resolves the installation from `owner`, so the explicit AUTOMATION_CLIENT_INSTALLATION secret is no longer passed. - Standardized all runner labels to ubuntu-26.04. - Renamed chromatic.yml to chromatic.yaml for consistent extensions. - Kept `main` in push triggers: this repository develops on main. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
mikadamczyk
approved these changes
Sep 9, 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.
Related PRs:
Description:
Part of the fleet-wide GHA workflow standardization (wave 4; sample: ibexa/taxonomy#444). Changes:
ubuntu-26.04.chromatic.ymltochromatic.yaml(git mv);chromaui/action@latestkept (maintained tag).tibdex/github-app-token@v1withactions/create-github-app-token@v3innotify-on-push.yaml. Input difference: the oldinstallation_id(AUTOMATION_CLIENT_INSTALLATIONsecret) has no equivalent; the token is now scoped withowner: ${{ github.repository_owner }}to the org installation. Please confirm the sync webhook still works on the first push tomain; theAUTOMATION_CLIENT_INSTALLATIONsecret becomes unused.mainin push triggers (this repo develops onmain). No PHP jobs here, so the composer-install/pipefail items do not apply.For QA:
Verify CI is green.
Documentation:
No documentation required.
🤖 Generated with Claude Code