8000 Improve current GitHub action workflows · Issue #107 · python/python-docs-zh-tw · GitHub
[go: up one dir, main page]

Skip to content

Improve current GitHub action workflows #107

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

Closed
mattwang44 opened this issue Sep 7, 2021 · 0 comments · Fixed by #108
Closed

Improve current GitHub action workflows #107

mattwang44 opened this issue Sep 7, 2021 · 0 comments · Fixed by #108
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@mattwang44
Copy link
Collaborator

After #102 is merged, there are still some tasks need to be done.

  • Update the URL of the github page on README
  • The PR for syncing with CPython opened by github action
    • It should be a draft PR before someone confirm it's fine to merge it.
    • It does not trigger CI workflow due to this issue. Consider using any one of the workarounds.
  • .po files newly-created by the action has empty Language value in the header, which make CI failed. Find a method to automatically insert the value zh_TW is desired.
    "Language: \n"       # incorrect and make the CI failed
    "Language: zh_TW\n"  # correct
    
@mattwang44 mattwang44 added bug Something isn't working enhancement New feature or request labels Sep 7, 2021
@mattwang44 mattwang44 self-assigned this Sep 8, 2021
@mattwang44 mattwang44 linked a pull request Sep 8, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant
0