Remove changelog checker job

This commit is contained in:
Lucas Nicodemus 2022-10-06 01:34:47 -07:00 committed by GitHub
parent 3f2455903e
commit 4a426b476a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,22 +0,0 @@
name: Danger
on:
workflow_dispatch:
pull_request:
types: [synchronize, edited, opened, reopened]
jobs:
build:
name: Run changelog check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: 'recursive'
- name: Changelog check
uses: Zomzog/changelog-checker@564f4aa7a062e7498bd253f616569f02fb024c06
with:
fileName: CHANGELOG.md
noChangelogLabel: simple
checkNotification: Simple
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}