-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deploy alpha (test fast-forward worklow) #3088
Conversation
Else the resolver used is not the same in dev and prod build. If you print the pdf when running the frontend in npm run dev, it uses @intlify/core::resolveValue. (https://github.com/intlify/vue-i18n-next/blob/bb2e1770a0344b7d6993e03759cf8ba96d7a6396/packages/core-base/src/resolver.ts#L322) If you print the pdf when running the frontend in npm run preview, it uses @intlify/core::resolveWithKeyValue, which only supports flattened messages with the jsonpath as key. (https://github.com/intlify/vue-i18n-next/blob/bb2e1770a0344b7d6993e03759cf8ba96d7a6396/packages/core-base/src/resolver.ts#L305) Fortunately the resolveValue function is exported and we can set the messageResolver when creating the context. resolveFunction should be registered as MessageResolver when core.esm-browser.js is included, but this does not happen somehow. (https://github.com/intlify/vue-i18n-next/blob/bb2e1770a0344b7d6993e03759cf8ba96d7a6396/packages/core/src/index.ts) This happens in the worker thread and when rendering the pdf in the main thread. closes #3068
Only fast-forward if the comment is exactly '/fast-forward' github.event.issue.pull_request is an empty string if it's a pull request.
chore(deps): lock file maintenance
fix(deps): update dependency vue-i18n to v8.28.0
frontend: get environment.js with the commit hash in the url
And check write access and PR status by ourselves, because the fine grained access token has the permission to merge without the review or checks beeing complete.
/fast-forward |
The PR mergeable_state needs to be clean, was: blocked |
/fast-forward |
The PR mergeable_state needs to be clean, was: blocked |
When I query the API myself using a new personal API token on my account, I get |
The PR mergeable_state needs to be clean, was: blocked |
/fast-forward |
The PR mergeable_state needs to be clean, was: blocked |
No description provided.