Skip to content

Commit

Permalink
fix: upgrade to open pull request v7 for correct attribution (#1488)
Browse files Browse the repository at this point in the history
The commit attribution is wrong when we run the update-dependencies
workflow. While it should only be committing using the bot account, an
individual developer is also tagged on the commit. This is incorrect.

The create-pull-request GitHub action fixed the attribution for the
commits in v6. We upgrade to v7 for the latest.
  • Loading branch information
malandis authored Jan 7, 2025
1 parent 990cc19 commit e32737b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-example-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
git status
- name: Open PR
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v7
with:
token: ${{ secrets.MOMENTO_MACHINE_USER_GITHUB_TOKEN }}
commit-message: "chore: update momento dependency in examples\n\nAutomated commit created by update-example-deps workflow"
Expand Down

0 comments on commit e32737b

Please sign in to comment.