Skip to content
Closed
Show file tree
Hide file tree
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@6269f7270e3e01e1e4ee337977a27a250dc2a1d5
with:
project-url: 'https://github.com/orgs/MetaMask/projects/113'
team-name: 'wallet-framework-engineers'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/changelog-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
check_changelog:
uses: MetaMask/github-tools/.github/workflows/changelog-check.yml@fc6fe1a3fb591f6afa61f0dbbe7698bd50fab9c7
uses: MetaMask/github-tools/.github/workflows/changelog-check.yml@6269f7270e3e01e1e4ee337977a27a250dc2a1d5
Copy link

Choose a reason for hiding this comment

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

Bug: Bug

The changelog-check.yml workflow's uses directive points to a new commit SHA, but the action-sha parameter passed to it still references the old SHA. This inconsistency could cause unexpected workflow behavior.

Fix in Cursor Fix in Web

with:
action-sha: fc6fe1a3fb591f6afa61f0dbbe7698bd50fab9c7
base-branch: ${{ github.event.pull_request.base.ref }}
Expand Down
Loading