This is an automated email from the ASF dual-hosted git repository.

maximebeauchemin pushed a commit to branch bump-python
in repository https://gitbox.apache.org/repos/asf/superset.git

commit bcff29f3248966885b61b6be28fdfec08f22cea9
Author: Maxime Beauchemin <[email protected]>
AuthorDate: Tue May 14 12:41:36 2024 -0700

    feat(supersetbot): don't force --include-subpackages on bump-python
---
 .github/workflows/bump-python-package.yml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/bump-python-package.yml 
b/.github/workflows/bump-python-package.yml
index 336e5235e4..80e0ea5dd8 100644
--- a/.github/workflows/bump-python-package.yml
+++ b/.github/workflows/bump-python-package.yml
@@ -14,6 +14,10 @@ on:
         required: true
         description: Max number of PRs to open (0 for no limit)
         default: 5
+      extra-flags:
+        required: false
+        description: Pass other command line flags to append to the command
+        default: ''
 
 jobs:
   bump-python-package:
@@ -62,7 +66,7 @@ jobs:
           supersetbot bump-python \
             --verbose \
             --use-current-repo \
-            --include-subpackages \
             --limit ${{ github.event.inputs.limit }} \
+            ${{ github.event.inputs.extra-flags }} \
             $PACKAGE_OPT \
             $GROUP_OPT

Reply via email to