You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2020/10/29 07:08:21 UTC

[airflow] branch master updated (4cb0621 -> 37eaac3)

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from 4cb0621  Use resource permissions for Airflow view access (#11362)
     add 37eaac3  The PRs which are not approved run subset of tests (#11828)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/build-images-workflow-run.yml    |   7 +-
 .github/workflows/ci.yml                           |  14 ++-
 .github/workflows/codeql-analysis.yml              |  17 +++
 .github/workflows/delete_old_artifacts.yml         |  17 +++
 .../workflows/label_when_reviewed.yml              |  19 +--
 .../workflows/label_when_reviewed_workflow_run.yml | 127 +++++++++++++++++++++
 .../providers/google/backport_provider_setup.py    |   2 +-
 scripts/ci/images/ci_wait_for_all_ci_images.sh     |   4 +-
 scripts/ci/images/ci_wait_for_all_prod_images.sh   |   4 +-
 scripts/ci/selective_ci_checks.sh                  |  84 +++++++++++---
 10 files changed, 259 insertions(+), 36 deletions(-)
 copy tests/providers/snowflake/__init__.py => .github/workflows/label_when_reviewed.yml (74%)
 create mode 100644 .github/workflows/label_when_reviewed_workflow_run.yml