Skip to content

Allow the suppression of other values in a key for the "before" report #1850

Allow the suppression of other values in a key for the "before" report

Allow the suppression of other values in a key for the "before" report #1850

Workflow file for this run

---
name: danger
on: pull_request
concurrency:
group: danger-${{ github.ref }}
cancel-in-progress: true
jobs:
danger:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: danger/danger-js@11.3.1
with:
args: "--verbose --text-only -f"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}