Merge branch 'general-devel' into general-devel
This commit is contained in:
commit
305fa2c594
1 changed files with 15 additions and 14 deletions
29
.github/workflows/danger.yml
vendored
29
.github/workflows/danger.yml
vendored
|
|
@ -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: Changelog check
|
||||||
- name: Install danger
|
uses: Zomzog/changelog-checker@564f4aa7a062e7498bd253f616569f02fb024c06
|
||||||
run: |
|
with:
|
||||||
sudo gem install danger
|
fileName: CHANGELOG.md
|
||||||
- name: Run danger
|
noChangelogLabel: Blocked
|
||||||
env:
|
checkNotification: Simple
|
||||||
DANGER_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
env:
|
||||||
run: danger
|
GITHUB_TOKEN: ${{ secrets.CARDINAL_PAT_CI_STATUS }}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue