lokidundun opened a new pull request, #328:
URL: https://github.com/apache/hugegraph-ai/pull/328
Purpose
This PR fixes the sync action failure when upstream modifies workflow
files in .github/workflows/.
Previously, Fork-Sync-With-Upstream-action would fail to push with a permission
error because GitHub's GITHUB_TOKEN cannot create or update workflow files.
Changes
- Replace Fork-Sync-With-Upstream-action with a manual git sync script.
- Check whether upstream modified .github/workflows/ before pushing.
- Preserve local workflow files when upstream changes them, allowing
GITHUB_TOKEN to push the remaining changes.
- Remove the misleading hardcoded error message and unrelated tutorial
link.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]