You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use git diff to check what is changed in the upstream. And apply the upstream changes manually
to the content/ko of dev-1.17-ko.3 branch.
For example:
# checkout `dev-1.17-ko.3`
...
# check what is updated in the upstream
git diff dev-1.17-ko.2 dev-1.17-ko.3 -- content/en/docs/concepts/services-networking/connect-applications-service.md
# apply changes to content/ko
vi content/ko/docs/concepts/services-networking/connect-applications-service.md
...
# commit and push
...
# make PR to `dev-1.17-ko.3`
Pages to Update
/language ko
The text was updated successfully, but these errors were encountered:
This is a Bug Report
Problem
Outdated files in the dev-1.17-ko.3 branch.
9 files to be modified
0 files to be renamed
0 files to be deleted
Proposed Solution
Use
git diff
to check what is changed in the upstream. And apply the upstream changes manuallyto the
content/ko
ofdev-1.17-ko.3
branch.For example:
Pages to Update
/language ko
The text was updated successfully, but these errors were encountered: