diff --git a/raise-lock-pr/action.yaml b/raise-lock-pr/action.yaml index a016428..0a88e61 100644 --- a/raise-lock-pr/action.yaml +++ b/raise-lock-pr/action.yaml @@ -7,6 +7,9 @@ inputs: lock-settings: description: 'shell command to run after updating lock files. Can be used to cleanup locks' default: 'false' + pr-title: + description: 'Title for the generated PR' + default: 'Update gradle locks (Automated)' runs: using: composite steps: @@ -21,7 +24,7 @@ runs: - name: Create Pull Request uses: peter-evans/create-pull-request@v5 with: - title: Update gradle locks (Automated) + title: ${{ inputs.pr-title }} body: | # Autogenerated gradle lock updates commit-message: Update gradle locks