You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2021/06/05 08:40:38 UTC

[airflow] branch main updated: Update target branch in `boring-cyborg` for `checkUpToDate` (#16274)

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

kaxilnaik pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 6736290  Update target branch in `boring-cyborg` for `checkUpToDate` (#16274)
6736290 is described below

commit 6736290ca3ca31223717825be0ae3625cf7d214c
Author: Kaxil Naik <ka...@gmail.com>
AuthorDate: Sat Jun 5 09:40:25 2021 +0100

    Update target branch in `boring-cyborg` for `checkUpToDate` (#16274)
    
    If we don't update the `targetBranch` it uses `master` by default
---
 .github/boring-cyborg.yml | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/.github/boring-cyborg.yml b/.github/boring-cyborg.yml
index 834265e..237bc47 100644
--- a/.github/boring-cyborg.yml
+++ b/.github/boring-cyborg.yml
@@ -248,6 +248,8 @@ firstIssueWelcomeComment: >
   Thanks for opening your first issue here! Be sure to follow the issue template!
 
 checkUpToDate:
-  - airflow/migrations/*
-  - airflow/migrations/**/*
-  - airflow/alembic.ini
+  targetBranch: main
+  files:
+    - airflow/migrations/*
+    - airflow/migrations/**/*
+    - airflow/alembic.ini