Skip to content

Commit

Permalink
ci pip-compile-dev: add backport-2.17 label to PRs (#1310)
Browse files Browse the repository at this point in the history
  • Loading branch information
oraNod authored Apr 22, 2024
1 parent 8e1258b commit f2c6008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pip-compile-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ jobs:
'pip-compile-3.10(static)'
'pip-compile-3.10(spelling)'
reset-branch: "${{ inputs.reset-branch || false }}"
labels: "${{ inputs.labels || 'backport-2.14,backport-2.15,backport-2.16,tooling' }}"
labels: "${{ inputs.labels || 'backport-2.14,backport-2.15,backport-2.16,backport-2.17,tooling' }}"
secrets: inherit

0 comments on commit f2c6008

Please sign in to comment.