-
Notifications
You must be signed in to change notification settings - Fork 489
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
chore: pull transifex translations automatically #1956
Merged
Merged
Conversation
This file contains 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
This github action, .github/workflows/tx-pull.yml, will 1. automatically pull translations 2. automatically create a commit to a `tx-pull-<github_sha>` branch 3. automatically open a PR from that branch to the main branch
lidel
requested changes
Jun 28, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is cool @SgtPooki , thank you!
lgtm, but running it on every push is too much, suggestions inline
Co-authored-by: Marcin Rataj <lidel@lidel.org>
lidel
approved these changes
Jun 29, 2022
ipfs-gui-bot
pushed a commit
that referenced
this pull request
Jul 8, 2022
## [2.16.0](v2.15.1...v2.16.0) (2022-07-08) CID `bafybeif2m4cd3vwwx532hclbuifl2ihqvtv627jatrljrh44gzmvtlg4xe` --- ### Features * Add ipfs-gui-bot for semantic release ([36d5eea](36d5eea)) * automate releases ([#1957](#1957)) ([8bc04ac](8bc04ac)) ### Bug Fixes * **ci:** .github/workflows/tx-pull.yml ([7ddf870](7ddf870)) * npm install before semantic release ([e806924](e806924)) * semantic-release uses GITHUB_TOKEN ([1f74b1b](1f74b1b)) * updated ipfs-geoip (2022-06-28) ([#1958](#1958)) ([9e4dde2](9e4dde2)) ### Trivial Changes * **i18n:** pull translations automatically ([#1956](#1956)) ([0c47a69](0c47a69)) * pull transifex translations ([#1960](#1960)) ([e9a0fe2](e9a0fe2)) * **readme:** js-ipfs CID update blocked by [#1730](#1730) ([#1959](#1959)) ([89b021c](89b021c))
🎉 This PR is included in version 2.16.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.
This github action, .github/workflows/tx-pull.yml, will
tx-pull-<github_sha>
branch