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
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request_target:
|
||||
pull_request:
|
||||
types: [synchronize, edited, opened, reopened]
|
||||
jobs:
|
||||
run:
|
||||
name: Run danger checks
|
||||
build:
|
||||
name: Run changelog check
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 100
|
||||
submodules: 'recursive'
|
||||
- name: Install danger
|
||||
run: |
|
||||
sudo gem install danger
|
||||
- name: Run danger
|
||||
env:
|
||||
DANGER_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: danger
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: 'recursive'
|
||||
- name: Changelog check
|
||||
uses: Zomzog/changelog-checker@564f4aa7a062e7498bd253f616569f02fb024c06
|
||||
with:
|
||||
fileName: CHANGELOG.md
|
||||
noChangelogLabel: Blocked
|
||||
checkNotification: Simple
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.CARDINAL_PAT_CI_STATUS }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue