diff options
Diffstat (limited to '.github/workflows/pull-request.yml')
| -rw-r--r-- | .github/workflows/pull-request.yml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml deleted file mode 100644 index 9d94c4b..0000000 --- a/.github/workflows/pull-request.yml +++ /dev/null @@ -1,15 +0,0 @@ -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' |
