Create branch and PR when syncing tokens from Tokens Studio - #2486
Open
jamesmockett wants to merge 7 commits into
Open
jamesmockett wants to merge 7 commits into
jamesmockett wants to merge 7 commits into
Conversation
|
Contributor
|
Tip Once this PR is ready to go, add the This saves us a lot of money by not running the tests before we need them. |
jamesmockett
force-pushed
the
jm/refine-token-sync
branch
2 times, most recently
from
September 11, 2026 15:24
1669cb0 to
2a16add
Compare
jamesmockett
marked this pull request as ready for review
September 14, 2026 09:19
jamesmockett
force-pushed
the
jm/refine-token-sync
branch
from
September 14, 2026 09:19
2a16add to
caffa32
Compare
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.
What are you changing?
Refines existing token sync workflow to create a new branch and open a PR for manual review rather than committing directly to
main. As well as being automatically triggered by events in Tokens Studio the workflow can also be run manually against a specific branch in Tokens Studio to allow for testing before merging.Why?
Merging directly to
mainbypasses any opportunity to manually test and review token changes in code. It also currently fails due to branch protection rules. (We would need to add an exception for this workflow which is undesirable.)