chore(deps): bump metamask/github-tools/.github/workflows/add-item-to-project.yml from 56a094ccb23085b708eacbfbcc0b4fdf024491c0 to 7c0ab4db1e9c1d5673fe7958e8959f1842edbebd #11068
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Check Changelog | |
| on: | |
| pull_request: | |
| types: [opened, synchronize, labeled, unlabeled] | |
| jobs: | |
| check_changelog: | |
| uses: MetaMask/github-tools/.github/workflows/changelog-check.yml@fc6fe1a3fb591f6afa61f0dbbe7698bd50fab9c7 | |
| with: | |
| action-sha: fc6fe1a3fb591f6afa61f0dbbe7698bd50fab9c7 | |
| 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 }} |