This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/airflow-site-archive.git
from 768fe82464 Add color to 'no changes' new a4e5e51f56 Add sorting of priority folders new c54d622c85 Add pre-commit with GitHub Action to run it The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .github/workflows/build.yml | 26 +++++++++++++++++++ .github/workflows/github-to-s3.yml | 1 - .gitignore | 2 +- .pre-commit-config.yaml | 51 ++++++++++++++++++++++++++++++++++++++ README.md | 6 ++--- scripts/s3_to_github.py | 13 ++++------ scripts/transfer_utils.py | 12 +++++++++ 7 files changed, 98 insertions(+), 13 deletions(-) create mode 100644 .github/workflows/build.yml create mode 100644 .pre-commit-config.yaml