Workflow: automatic translation text updates weekly and on pushes to release branches#3412
Merged
vadi2 merged 36 commits intodevelopmentfrom Mar 12, 2020
Merged
Workflow: automatic translation text updates weekly and on pushes to release branches#3412vadi2 merged 36 commits intodevelopmentfrom
vadi2 merged 36 commits intodevelopmentfrom
Conversation
|
Hey there! Thanks for helping Mudlet improve. 🌟 Test versionsYou can directly test the changes here:
No need to install anything - just unzip and run. |
Member
Author
|
ee41111 failed to trigger a github actions run, so I deleted a file - but it's still not running. |
Member
|
top comment says this supercedes itself, I think maybe the wrong thing was pasted in? |
What to delete has to cme first
keneanung
approved these changes
Mar 12, 2020
Member
Author
|
I've created a fake release branch to test the "on new release branch" trigger and while the branch with updated texts was made, creating a PR for it failed with:
No clue what that is trying to say! Creating PRs worked before, so this is odd. |
Chris7
pushed a commit
to Chris7/Mudlet
that referenced
this pull request
Jan 2, 2022
…release branches (Mudlet#3412)
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.
Brief overview of PR changes/additions
This will automatically create a PR to update text in
developmentonce a new release branch is created, and also on a weekly basis on Friday midnight. Idea being to do step 1.2 of release process automatically.Though due to the way the Github hooks work, it'll not just update texts on the release branch creation, but any time it's pushed to as well. Hopefully that doesn't result in duplicate PRs - the only way to test that is to merge this in first and then create a fake release branch.
Motivation for adding to Mudlet
Less manual release work.
Other info (issues closed, discussion etc)
Builds upon the work @keneanung did earlier in https://github.com/Mudlet/Mudlet/pull/2712/files and supersedes #3410.
Closes #3401.