Ma77Ball opened a new issue, #4258: URL: https://github.com/apache/texera/issues/4258
### Feature Summary Currently, the Texera wiki can only be edited by project committers with direct write access to the GitHub wiki. This creates a bottleneck for documentation contributions from community members who can submit PRs but cannot edit the wiki directly. This feature would add a GitHub Action that automatically syncs a dedicated folder in the main repository (e.g., docs/wiki/) to the GitHub wiki on every merge to the main branch, enabling anyone to contribute documentation improvements via the standard PR workflow. ### Proposed Solution or Design Add a GitHub Actions workflow (.github/workflows/sync-wiki.yml) that triggers on pushes to main and uses an existing action such as newrelic-forks/github-wiki-publish-action or Andrew-Chen-Wang/github-wiki-action to push the contents of a designated folder to the wiki. ### Impact / Priority (P2)Medium – useful enhancement ### Affected Area Other -- 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]
