Skip to content

Commit b2ceaf0

Browse files
committed
chore: update create-pull-request action parameters for author and delete branch
1 parent d7b7a21 commit b2ceaf0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/auto-dependency-updater.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,13 @@ jobs:
7373
with:
7474
base: ${{ matrix.base }}
7575
branch: ${{ env.issue }}-${{ env.version }}/auto-update-deps
76+
author: 'deleonio <6279703+deleonio@users.noreply.github.com>'
7677
commit-message: 'chore: update dependencies and lock file'
78+
committer: 'deleonio <6279703+deleonio@users.noreply.github.com>'
7779
title: 'chore(${{ env.version }}): update dependencies and lock file'
7880
body: 'Automated dependency updates from issue #${{ env.issue }} for ${{ env.version }}.'
7981
delete-branch: true
82+
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
8083

8184
- name: Quality Checks
8285
if: steps.verify-changed-files.outputs.changed == 'true'

0 commit comments

Comments
 (0)