From 6c4eb3cb3365204fc8df82d60f83037c1cab893b Mon Sep 17 00:00:00 2001 From: GPK Date: Sat, 18 Jan 2025 12:59:15 +0000 Subject: [PATCH] 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 677644159c78a..484fcf386c2fc 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 53243006137a6..673607027496d 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