Skip to content

Ensure the incoming call will not ring forever, in case the call is not ended by another way #3082

Ensure the incoming call will not ring forever, in case the call is not ended by another way

Ensure the incoming call will not ring forever, in case the call is not ended by another way #3082

Workflow file for this run

name: Danger CI
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
name: Danger
steps:
- uses: actions/checkout@v3
- run: |
npm install --save-dev @babel/plugin-transform-flow-strip-types
- name: Danger
uses: danger/[email protected]
with:
args: "--dangerfile ./tools/danger/dangerfile.js"
env:
DANGER_GITHUB_API_TOKEN: ${{ secrets.DANGER_GITHUB_API_TOKEN }}
# Fallback for forks
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}