Skip to content

Commit

Permalink
Enable draft_pr config for backport pr's (apache#45778)
Browse files Browse the repository at this point in the history
  • Loading branch information
gopidesupavan authored and got686-yandex committed Jan 30, 2025
1 parent d520445 commit 1bf72f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .cherry_picker.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ repo = "airflow"
fix_commit_msg = false
default_branch = "main"
require_version_in_branch_name=false
draft_pr = true
2 changes: 1 addition & 1 deletion .github/workflows/backport-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1bf72f6

Please sign in to comment.