X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/2f3fa1f6d0cbc2a3f31c7440c422da173b068e7b:/.github/workflows/changelog.yml..dc71922c768e543c9c3bbb1db5ea6d7fa801a814:/.vim/bundle/black/.github/workflows/static/static/git-favicon.png diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml deleted file mode 100644 index d7ee505..0000000 --- a/.github/workflows/changelog.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: changelog - -on: - pull_request: - types: [opened, synchronize, labeled, unlabeled, reopened] - -jobs: - build: - name: Changelog Entry Check - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v2 - - - name: Grep CHANGES.md for PR number - if: contains(github.event.pull_request.labels.*.name, 'skip news') != true - run: | - grep -Pz "\((\n\s*)?#${{ github.event.pull_request.number }}(\n\s*)?\)" CHANGES.md || \ - (echo "Please add '(#${{ github.event.pull_request.number }})' change line to CHANGES.md" && \ - exit 1)