Bump actionsx/prettier from e90ec5455552f0f640781bdd5f5d2415acb52f1a to 3d9f7c3fa44c9cb819e68292a328d7f4384be206 #358
Workflow file for this run
This file contains 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: 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" |