Allow the suppression of other values in a key for the "before" report #1848
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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 }} |