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

potiuk 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 0c2a1195d3 Label migration related PRs with area:db-migration label 
(#38494)
0c2a1195d3 is described below

commit 0c2a1195d374a4c6e1d0de93545114c5437c9679
Author: Ephraim Anierobi <[email protected]>
AuthorDate: Tue Mar 26 14:06:50 2024 +0100

    Label migration related PRs with area:db-migration label (#38494)
    
    This is for easy identification and for those interested in the change
    to take action
---
 .github/boring-cyborg.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/boring-cyborg.yml b/.github/boring-cyborg.yml
index a2097e5ddc..d4f5000028 100644
--- a/.github/boring-cyborg.yml
+++ b/.github/boring-cyborg.yml
@@ -665,6 +665,9 @@ labelPRBasedOnFilePath:
   area:system-tests:
     - tests/system/**/*
 
+  area:db-migrations:
+    - airflow/migrations/versions/*
+
 # Various Flags to control behaviour of the "Labeler"
 labelerFlags:
   # If this flag is changed to 'false', labels would only be added when the PR 
is first created

Reply via email to