Skip to content

Commit

Permalink
Update target branch in boring-cyborg for checkUpToDate (#16274)
Browse files Browse the repository at this point in the history
If we don't update the `targetBranch` it uses `master` by default
  • Loading branch information
kaxil committed Jun 5, 2021
1 parent 3bdcd1a commit 6736290
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/boring-cyborg.yml
Expand Up @@ -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

0 comments on commit 6736290

Please sign in to comment.