We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43835f2 commit f538d5dCopy full SHA for f538d5d
.github/workflows/changelog-check.yml
@@ -6,9 +6,9 @@ on:
6
7
jobs:
8
check_changelog:
9
- uses: MetaMask/github-tools/.github/workflows/changelog-check.yml@c0ec1c3ac914eed3db9e840a1e363e9099e81b95
+ uses: MetaMask/github-tools/.github/workflows/changelog-check.yml@fc6fe1a3fb591f6afa61f0dbbe7698bd50fab9c7
10
with:
11
- action-sha: c0ec1c3ac914eed3db9e840a1e363e9099e81b95
+ action-sha: fc6fe1a3fb591f6afa61f0dbbe7698bd50fab9c7
12
base-branch: ${{ github.event.pull_request.base.ref }}
13
head-ref: ${{ github.head_ref }}
14
labels: ${{ toJSON(github.event.pull_request.labels) }}
0 commit comments