Skip to content
Merged
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
4 changes: 2 additions & 2 deletions .github/workflows/changelog-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ on:

jobs:
check_changelog:
uses: MetaMask/github-tools/.github/workflows/changelog-check.yml@fc6fe1a3fb591f6afa61f0dbbe7698bd50fab9c7
uses: MetaMask/github-tools/.github/workflows/changelog-check.yml@c0ec1c3ac914eed3db9e840a1e363e9099e81b95
with:
action-sha: fc6fe1a3fb591f6afa61f0dbbe7698bd50fab9c7
action-sha: c0ec1c3ac914eed3db9e840a1e363e9099e81b95
base-branch: ${{ github.event.pull_request.base.ref }}
head-ref: ${{ github.head_ref }}
labels: ${{ toJSON(github.event.pull_request.labels) }}
Expand Down
Loading