Skip to content

Commit

Permalink
ci: use commit prefix for Samba auto-update workflow (#898)
Browse files Browse the repository at this point in the history
Only set it in the PR title which will be used for the merge commit
message.
  • Loading branch information
GabrielNagy authored Jan 30, 2024
2 parents 2a4db7c + a351aba commit 06a5351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/patch-vendored-samba.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
uses: peter-evans/create-pull-request@v5
with:
commit-message: Auto update vendored Samba code
title: Auto update vendored Samba code
title: 'deps(vendor): auto update vendored Samba code'
labels: automated pr
body-path: samba-patched/pr-body
add-paths: |
Expand Down

0 comments on commit 06a5351

Please sign in to comment.