Tiple sampling using edge filtering #2
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 | |
on: | |
pull_request: | |
types: [ opened, reopened, labeled, unlabeled, synchronize ] | |
merge_group: | |
jobs: | |
changelog: | |
name: Require Changelog | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout source | |
uses: actions/checkout@v4 | |
- name: Check changelog update | |
uses: dangoslen/changelog-enforcer@v3 | |
with: | |
skipLabels: skip-changelog | |
missingUpdateErrorMessage: 'Please add a changelog entry to the appropriate section of the CHANGELOG.md file.' |