Skip to content

chore(deps-dev): bump @metamask/create-release-branch from 3.1.0 to 4.1.4 #151

chore(deps-dev): bump @metamask/create-release-branch from 3.1.0 to 4.1.4

chore(deps-dev): bump @metamask/create-release-branch from 3.1.0 to 4.1.4 #151

Workflow file for this run

name: Check Changelog
on:
pull_request:
types: [opened, synchronize, labeled, unlabeled]
jobs:
check-changelog:
name: Check changelog
runs-on: ubuntu-latest
steps:
- name: Check changelog
uses: MetaMask/github-tools/.github/actions/check-changelog@v1
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 }}