Skip to content

Replace all registry feature flag calls with bulk api calls to the Feature Flag Gateway #19820

Replace all registry feature flag calls with bulk api calls to the Feature Flag Gateway

Replace all registry feature flag calls with bulk api calls to the Feature Flag Gateway #19820

Workflow file for this run

name: 'Danger Zone'
on:
pull_request:
types: [opened, synchronize, reopened, edited]
branches: [master, main, release-candidate]
jobs:
build:
name: Danger JS
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v4
with:
node-version: '18.19.1'
cache: 'npm'
- run: npm ci
- run: npx danger ci
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}