Skip to content

Commit

Permalink
Merge pull request #34713 from openedx/feanil/fix_one_upgrade
Browse files Browse the repository at this point in the history
Feanil/fix one upgrade
  • Loading branch information
Feanil Patel authored May 7, 2024
2 parents a3924f6 + c66f28d commit f9b7dfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upgrade-one-python-dependency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,13 @@ jobs:
- name: Make a PR
id: make-pr
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
with:
branch: "${{ github.triggering_actor }}/upgrade-${{ inputs.package }}"
branch-suffix: short-commit-hash
add-paths: |
requirements
scripts/**/requirements
scripts/**/requirements*
commit-message: |
feat: Upgrade Python dependency ${{ inputs.package }}
Expand Down

0 comments on commit f9b7dfd

Please sign in to comment.