eladkal commented on code in PR #27196:
URL: https://github.com/apache/airflow/pull/27196#discussion_r1002353341


##########
.pre-commit-config.yaml:
##########
@@ -344,7 +344,7 @@ repos:
         # This check might be removed when min-airflow-version in providers is 
2.2
       - id: check-airflow-2-2-compatibility
         name: Check that providers are 2.2 compatible.
-        entry: ./scripts/ci/pre_commit/pre_commit_check_2_2_compatibility.py
+        entry: 
./scripts/ci/pre_commit/pre_commit_check_provider_airflow_compatibility.py

Review Comment:
   Need to change pre commit id and name



##########
airflow/providers/jira/provider.yaml:
##########
@@ -36,7 +36,7 @@ versions:
   - 1.0.0
 
 dependencies:
-  - apache-airflow>=2.2.0
+  - apache-airflow>=2.3.0

Review Comment:
   I opened a PR to drop this provider



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to