-
Notifications
You must be signed in to change notification settings - Fork 2k
Add a new GH Actions job to automatically update translated document pagse #598
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
Conversation
@rm-openai This PR is ready for review again. Once we set an appropriate API key in GH secrets, we can merge it. |
This PR is stale because it has been open for 10 days with no activity. |
Thanks for the review! We can enable this automation when the secrets data is ready. |
This PR is stale because it has been open for 10 days with no activity. |
This PR was closed because it has been inactive for 7 days since being marked as stale. |
@rm-openai no rush at all, but let's internally discuss the best way to enable this CI job (mainly the token management)! |
This PR is stale because it has been open for 10 days with no activity. |
The tests are failing due to current main branch's issue |
@seratch feel free to merge whenever ready + ping me if we wanna get the openai key in as a secret |
@rm-openai Thanks! I've been waiting for the appropriate API key for this task in secrets. When you have time, can you set the secret and then merge this? |
@seratch I added a key called |
Thanks, I've adjusted the job settings and the script to follow the naming. |
The initial execution failed because the main branch has a few protection rules, and keeping those rules are important. So, I will adjust this job to create a pull request instead, and prevent invoking again when the translated contents are merged into main branch.
|
…ranch (#1162) This pull request resolves the execution error of #598 CI job. The job pushes the changes directly to the main branch. However, our branch policies do not allow bypassing required checks, so it always fails. This pull request changes its behavior just to create a pull request and then ask humans to review (actually you don't need to check translation results though) and merge it.
This pull request adds a new GitHub Actions job to automate the translation of document pages.