-
Notifications
You must be signed in to change notification settings - Fork 112
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
[Improvement] Add git action of the scheduled task to synchronize code #297
Comments
I can try to work on this issue. |
Very glad that you are willing to participate in this mission If you are willing to participate in the official website maintenance of the linkis project, you can add me as a WeChat friend and my WeChat account:casionen |
Very glad that you are willing to participate in this mission If you are willing to participate in the official website maintenance of the linkis project, you can add me as a WeChat friend and my WeChat account:casionen @Rajrits |
Sure !! Thank you for your Response Sir @casionone |
Actually @casionone , I am from India and WeChat is not supported here. Can we please connect on Slack or some other app? |
Sorry for not replying in time |
Add the git action of the scheduled task to synchronize the asf-staging branch to the asf-site branch code
After the current pr is merged, it will be automatically compiled by npm and pushed to the asf-staging branch (asf-staging corresponds to the resource branch of the test domain name https://linkis.staged.apache.org/)
git action adds timed tasks such as automatically syncing the asf-satging branch to the asf-site branch every 12 hours (asf-site corresponds to the resource branch of the official domain name https://linkis.apache.org/)
增加定时任务的git action 同步asf-staging分支到 asf-site分支代码
当前pr 被合并后 ,会自动进行npm编译推送到asf-staging分支(asf-staging对应测试域名https://linkis.staged.apache.org/ 的资源分支)
git action 增加定时任务 如每12个小时自动将 asf-satging分支同步到asf-site分支(asf-site对应正式域名https://linkis.apache.org/ 的资源分支)
The text was updated successfully, but these errors were encountered: