Skip to content

Commit

Permalink
revert create-pull-request author/committer change (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
vintagesucks authored Jan 1, 2025
1 parent 62bf94a commit 5c1d6b4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/update-imagemagick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v7.0.5
with:
sign-commits: true
author: 'github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>'
committer: 'github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>'
branch: 'github_actions/bump-imagemagick-${{steps.version.outputs.prop}}'
title: 'Bump ImageMagick to ${{steps.version.outputs.prop}}'
commit-message: 'Bump ImageMagick to ${{steps.version.outputs.prop}}'
body: 'https://github.com/ImageMagick/ImageMagick/releases/tag/${{steps.version.outputs.prop}}'
delete-branch: true
token: ${{ secrets.PAT }}
4 changes: 3 additions & 1 deletion .github/workflows/update-libde265.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v7.0.5
with:
sign-commits: true
author: 'github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>'
committer: 'github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>'
branch: 'github_actions/bump-libde265-${{steps.version.outputs.prop}}'
title: 'Bump libde265 to ${{steps.version.outputs.prop}}'
commit-message: 'Bump libde265 to ${{steps.version.outputs.prop}}'
body: 'https://github.com/strukturag/libde265/releases/tag/${{steps.version.outputs.prop}}'
delete-branch: true
token: ${{ secrets.PAT }}
4 changes: 3 additions & 1 deletion .github/workflows/update-libheif.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v7.0.5
with:
sign-commits: true
author: 'github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>'
committer: 'github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>'
branch: 'github_actions/bump-libheif-${{steps.version.outputs.prop}}'
title: 'Bump libheif to ${{steps.version.outputs.prop}}'
commit-message: 'Bump libheif to ${{steps.version.outputs.prop}}'
body: 'https://github.com/strukturag/libheif/releases/tag/${{steps.version.outputs.prop}}'
delete-branch: true
token: ${{ secrets.PAT }}

0 comments on commit 5c1d6b4

Please sign in to comment.