Skip to content

Feat/scan url cache #668

Feat/scan url cache

Feat/scan url cache #668

Workflow file for this run

name: Check Changelog
on:
pull_request:
types: [opened, synchronize, labeled, unlabeled]
jobs:
check_changelog:
uses: MetaMask/github-tools/.github/workflows/changelog-check.yml@91e349d177db2c569e03c7aa69d2acb404b62f75
with:
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 }}