Skip to content

Commit

Permalink
feat(supersetbot): don't force --include-subpackages on bump-python
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed May 14, 2024
1 parent 4f693c6 commit bcff29f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/bump-python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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

0 comments on commit bcff29f

Please sign in to comment.