yin1999 opened a new pull request, #110: URL: https://github.com/apache/dubbo-kubernetes/pull/110
## What is the purpose of the change Fixes: #97. This PR introduce the "Dubboctl UI Update" workflow which will automatically create a new PR for updating the build asset under the `app/dubbo-ui` folder. The workflow's behavior statement: - Only create the update PR when the build is different than before. - When a PR changes the related content, this workflow will be triggered to run build test which ensures that the PR changes do not break the build process. - If the previous update PR is not merged, and the workflow is triggered by the push to the main branch, this workflow will not create a new PR but update the existing PR (whose branch is 'github-actions/dubboctl-ui-update') ## How to verify this change I've tested this workflow in [my fork](https://github.com/yin1999/dubbo-kubernetes/pull/3). -- 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]
