Skip to content

chore(deps-dev): bump @types/node from 18.6.2 to 20.10.1 #780

chore(deps-dev): bump @types/node from 18.6.2 to 20.10.1

chore(deps-dev): bump @types/node from 18.6.2 to 20.10.1 #780

name: Verify Changelog
on:
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
- labeled
- unlabeled
jobs:
verify:
runs-on: ubuntu-latest
if: ${{ github.event.pull_request.draft == false && github.repository_owner == 'flybywiresim' }} # Prevent running on forks
steps:
- name: checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Verify changelog
uses: Zomzog/[email protected]
with:
fileName: CHANGELOG.md
checkNotification: Simple
noChangelogLabel: skip changelog
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}