Skip to content

[pull] main from MetaMask:main #166

[pull] main from MetaMask:main

[pull] main from MetaMask:main #166

name: Check Changelog
on:
pull_request:
types: [opened, synchronize, labeled, unlabeled]
jobs:
check_changelog:
uses: MetaMask/github-tools/.github/workflows/changelog-check.yml@85fffce169c0fd35028ecde6b38dfb3f932882ec
with:
action-sha: 85fffce169c0fd35028ecde6b38dfb3f932882ec
base-branch: ${{ github.event.pull_request.base.ref }}
head-ref: ${{ github.head_ref }}
labels: ${{ toJSON(github.event.pull_request.labels) }}
pr-number: ${{ github.event.pull_request.number }}
repo: ${{ github.repository }}
secrets:
gh-token: ${{ secrets.GITHUB_TOKEN }}