Skip to content

chore(deps): bump dawidd6/action-download-artifact from 3 to 5 #471

chore(deps): bump dawidd6/action-download-artifact from 3 to 5

chore(deps): bump dawidd6/action-download-artifact from 3 to 5 #471

Workflow file for this run

name: Changelog Check
on:
pull_request:
branches: [chatterino7]
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]
jobs:
check-changelog:
runs-on: ubuntu-latest
steps:
# Gives an error if there's no change in the changelog (except using label)
- name: Changelog check
uses: dangoslen/changelog-enforcer@v3
with:
changeLogPath: "CHANGELOG.md"
skipLabels: "no changelog entry needed, ci, submodules"