We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 146982e commit 6313ed1Copy full SHA for 6313ed1
.github/workflows/changelog-check.yml
@@ -6,8 +6,9 @@ on:
6
7
jobs:
8
check_changelog:
9
- uses: MetaMask/github-tools/.github/workflows/changelog-check.yml@91e349d177db2c569e03c7aa69d2acb404b62f75
+ uses: MetaMask/github-tools/.github/workflows/changelog-check.yml@5af9094a52045afa865077e2ccfb854f41bb4789
10
with:
11
+ action-sha: 5af9094a52045afa865077e2ccfb854f41bb4789
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