From ae103e148eb3c15606b816505492d870ef062ad3 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Wed, 8 Feb 2023 00:39:56 -0500 Subject: New upstream version 2.10.0. --- .github/workflows/pull-request.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/pull-request.yml (limited to '.github/workflows/pull-request.yml') diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml new file mode 100644 index 0000000..9d94c4b --- /dev/null +++ b/.github/workflows/pull-request.yml @@ -0,0 +1,15 @@ +name: Changelog + +on: + pull_request: + types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled] + +jobs: + changelog: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - uses: amoniacou/changelog-enforcer@v1.4.0 + with: + changeLogPath: 'CHANGELOG.md' + skipLabel: 'Skip-Changelog' -- cgit v1.2.3