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

eladkal 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 e0542930f3 Remove migrations from up-to-date-checker (#25591)
e0542930f3 is described below

commit e0542930f307700dfb93722dd513a13e0e47d374
Author: Jarek Potiuk <[email protected]>
AuthorDate: Mon Aug 8 10:09:01 2022 +0200

    Remove migrations from up-to-date-checker (#25591)
    
    We have now better mechanisms to check if migrations are not
    added in parallel (namely automated generation of documentation
    that will conflict in case two migrations are added in parallel).
    
    We can safely remove the up-to-date checker now.
---
 .github/boring-cyborg.yml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/.github/boring-cyborg.yml b/.github/boring-cyborg.yml
index 285883bf96..1726b32a84 100644
--- a/.github/boring-cyborg.yml
+++ b/.github/boring-cyborg.yml
@@ -257,7 +257,4 @@ firstIssueWelcomeComment: >
 
 checkUpToDate:
   targetBranch: main
-  files:
-    - airflow/migrations/*
-    - airflow/migrations/**/*
-    - airflow/alembic.ini
+  files: []

Reply via email to