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 c23d7f523a Adding always be rebased message for new contributors 
(#33046)
c23d7f523a is described below

commit c23d7f523a244eb18e3536749485deebffab8669
Author: Amogh Desai <[email protected]>
AuthorDate: Thu Aug 3 16:57:34 2023 +0530

    Adding always be rebased message for new contributors (#33046)
    
    * Adding ABR(always be rebased) check box to PR template
    
    * review comments from potiuk
---
 .github/PULL_REQUEST_TEMPLATE.md | 1 -
 .github/boring-cyborg.yml        | 3 +++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 64a21ff290..47c477b2ab 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -38,7 +38,6 @@ http://chris.beams.io/posts/git-commit/
 <!-- Please keep an empty line above the dashes. -->
 ---
 **^ Add meaningful description above**
-
 Read the **[Pull Request 
Guidelines](https://github.com/apache/airflow/blob/main/CONTRIBUTING.rst#pull-request-guidelines)**
 for more information.
 In case of fundamental code changes, an Airflow Improvement Proposal 
([AIP](https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+Improvement+Proposals))
 is needed.
 In case of a new dependency, check compliance with the [ASF 3rd Party License 
Policy](https://www.apache.org/legal/resolved.html#category-x).
diff --git a/.github/boring-cyborg.yml b/.github/boring-cyborg.yml
index d745c8d084..e1df80501d 100644
--- a/.github/boring-cyborg.yml
+++ b/.github/boring-cyborg.yml
@@ -670,6 +670,9 @@ firstPRWelcomeComment: >
   - Be sure to read the [Airflow Coding style](
   
https://github.com/apache/airflow/blob/main/CONTRIBUTING.rst#coding-style-and-best-practices).
 
+  - Always keep your Pull Requests rebased, otherwise your build might fail 
due to changes not related
+  to your commits.
+
   Apache Airflow is a community-driven project and together we are making it 
better 🚀.
 
   In case of doubts contact the developers at:

Reply via email to