Remove changelog checker job
This commit is contained in:
parent
3f2455903e
commit
4a426b476a
1 changed files with 0 additions and 22 deletions
22
.github/workflows/danger.yml
vendored
22
.github/workflows/danger.yml
vendored
|
|
@ -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 }}
|
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue