Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion raise-lock-pr/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down