apache / incubator-xtable

Apache XTable (incubating) is a cross-table converter for lakehouse table formats that facilitates interoperability across data processing systems and query engines.
https://xtable.apache.org/
Apache License 2.0
768 stars 119 forks source link

Move github actions under .github folder #373

Closed jcamachor closed 3 months ago

jcamachor commented 3 months ago

What is the purpose of the pull request

This is an addendum to #368. #368 created some action description file for status check on the Azure CI. Those files should be under .github.

jcamachor commented 3 months ago

@ashvina , could you take a look since you reviewed #368? Thanks

ashvina commented 3 months ago

Thank you @jcamachor I have a small confusion. GitHub searches the .github/workflows directory in your repository for workflow files. Does that mean that the workflow files which are getting moved to .github folder in this repo would also be executed in addition to xtable-ci repo?

jcamachor commented 3 months ago

@ashvina , yes, that's right. In fact, these files correspond to GitHub actions that control the status check in GitHub, while the CI itself is controlled by Azure Pipelines workflow files.

xtable-bot commented 3 months ago

CI report:

Bot commands @xtable-bot supports the following commands: - `@xtable-bot run azure` re-run the last Azure build