From 5c561fe80ed7800dea66c9e88d5963e06d8d0f72 Mon Sep 17 00:00:00 2001 From: Aaron Czichon Date: Mon, 22 Apr 2024 14:43:00 -0300 Subject: [PATCH] ci: removed changelog verify --- .github/workflows/pr.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 5c97ad6..107eea7 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -22,18 +22,3 @@ jobs: - name: Build plugin run: npm run build - - verify-changelog: - name: Verify Changelog - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v3 - - - name: Changelog Reader - uses: mindsers/changelog-reader-action@v2.2.0 - with: - # Path to the CHANGELOG file containing the log entries - path: ./CHANGELOG.md - # Specifies if the CHANGELOG.md file should be validated and the behavior of the action - validation_level: error