-
Notifications
You must be signed in to change notification settings - Fork 1
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
Push transifex ワークフローの作成 #17
Comments
@miurahr (CC: @smellman) Transifexの更新が私の名前だけになっていまずが、やはり実際に翻訳した人の名前が上がる形が良いようなので、下記に加えて、マージ実行者のTransifexアカウントでPushできる形が望ましいかもしれません。
(なお、当初、GItHub の Secrets に各自、TransifexのAPIトークンを |
1ファイル毎のPR作成は、GitHub Actionsのワークフロー内でループ処理を組めなさそうなので、断念します...。 Secretsの方も、 |
Secretsの |
#17 Supported dynamic TX_TOKEN secrets by github.actor
冒頭(当初目的)の下記については、Transifex push中に失敗した際の判別が付かなくなるので、マージ後でなく、マージ前に自動か手動かでワークフローを実行する形とします。
|
これは、本リポジトリのSecretsに、 TX_TOKEN_MIURAHR を作成し、TransifexのAPI TOKENを登録するとよいのでしょうか。 |
はい。 設定後、下記の |
Secret作成しました。 |
update-omegat_ja
のPRをマージした際のイベントをトリガーにし、PR変更差分のファイル名を読み取って、以下のWikiに記載のPush操作を自動で対応するワークフローを作成します。https://github.com/OSGeo-jp/OSGeoLive-doc/wiki#push-transifex
(QGIS翻訳の方で指摘のあった、Transifexとの共存案(1ファイル毎にPR作成、Transifex push時に差分をチェック)については、別のIssue/PRで2月以降に対応の予定です。)
The text was updated successfully, but these errors were encountered: