Merge branch 'general-devel' into general-devel

This commit is contained in:
Lucas Nicodemus 2021-05-23 13:12:29 -07:00 committed by GitHub
commit 305fa2c594
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,21 +1,22 @@
name: Danger name: Danger
on: on:
workflow_dispatch: workflow_dispatch:
pull_request_target: pull_request:
types: [synchronize, edited, opened, reopened] types: [synchronize, edited, opened, reopened]
jobs: jobs:
run: build:
name: Run danger checks name: Run changelog check
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
fetch-depth: 100
submodules: 'recursive' submodules: 'recursive'
- name: Install danger - name: Changelog check
run: | uses: Zomzog/changelog-checker@564f4aa7a062e7498bd253f616569f02fb024c06
sudo gem install danger with:
- name: Run danger fileName: CHANGELOG.md
noChangelogLabel: Blocked
checkNotification: Simple
env: env:
DANGER_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.CARDINAL_PAT_CI_STATUS }}
run: danger