Skip to content

Approve PullRequest in Danger step #285

Approve PullRequest in Danger step

Approve PullRequest in Danger step #285

Workflow file for this run

name: Danger
on:
pull_request:
types: [opened, synchronize, edited]
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
danger:
name: Danger
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Danger
uses: 417-72KI/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}