This is an automated email from the ASF dual-hosted git repository.
gopidesu 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 6c4eb3cb336 Enable draft_pr config for backport pr's (#45778)
6c4eb3cb336 is described below
commit 6c4eb3cb3365204fc8df82d60f83037c1cab893b
Author: GPK <[email protected]>
AuthorDate: Sat Jan 18 12:59:15 2025 +0000
Enable draft_pr config for backport pr's (#45778)
---
.cherry_picker.toml | 1 +
.github/workflows/backport-cli.yml | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/.cherry_picker.toml b/.cherry_picker.toml
index 677644159c7..484fcf386c2 100644
--- a/.cherry_picker.toml
+++ b/.cherry_picker.toml
@@ -21,3 +21,4 @@ repo = "airflow"
fix_commit_msg = false
default_branch = "main"
require_version_in_branch_name=false
+draft_pr = true
diff --git a/.github/workflows/backport-cli.yml
b/.github/workflows/backport-cli.yml
index 53243006137..67360702749 100644
--- a/.github/workflows/backport-cli.yml
+++ b/.github/workflows/backport-cli.yml
@@ -61,7 +61,7 @@ jobs:
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
- python -m pip install cherry-picker==2.4.0 requests==2.32.3
+ python -m pip install cherry-picker==2.5.0 requests==2.32.3
- name: Run backport script
id: execute-backport