From bcff29f3248966885b61b6be28fdfec08f22cea9 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Tue, 14 May 2024 12:41:36 -0700 Subject: [PATCH] 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 336e5235e418..80e0ea5dd871 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