Skip to content
Closed
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
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
pull-requests: write
contents: read
repository-projects: write
uses: metamask/github-tools/.github/workflows/add-item-to-project.yml@56a094ccb23085b708eacbfbcc0b4fdf024491c0
uses: metamask/github-tools/.github/workflows/add-item-to-project.yml@bfb5e6fb233edeedd5ee9ed3f15ff7fa9171337f
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Mismatched Commit Hashes Break PR Workflow Versioning

The commit hash being referenced (bfb5e6fb233edeedd5ee9ed3f15ff7fa9171337f) does not match the target commit hash stated in the PR description (6a04e4d0c8c25680a7543cfcd2e2fb7125b6759c). This means the workflow is being updated to a different version than intended, potentially missing important fixes or introducing unexpected behavior.

Fix in Cursor Fix in Web

with:
project-url: 'https://github.com/orgs/MetaMask/projects/113'
team-name: 'wallet-framework-engineers'
Expand Down
Loading