From 6736290ca3ca31223717825be0ae3625cf7d214c Mon Sep 17 00:00:00 2001 From: Kaxil Naik Date: Sat, 5 Jun 2021 09:40:25 +0100 Subject: [PATCH] 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 834265efdcb24..237bc47c91a9d 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