Skip to content

Stats Insights: Remove social (publicize) subscribers #4233

Stats Insights: Remove social (publicize) subscribers

Stats Insights: Remove social (publicize) subscribers #4233

Workflow file for this run

name: ☢️ Danger
on:
pull_request:
types: [opened, reopened, ready_for_review, synchronize, edited, labeled, unlabeled, milestoned, demilestoned]
jobs:
dangermattic:
# runs on draft PRs only for opened / synchronize events
if: ${{ (github.event.pull_request.draft == false) || (github.event.pull_request.draft == true && contains(fromJSON('["opened", "synchronize"]'), github.event.action)) }}
uses: Automattic/dangermattic/.github/workflows/reusable-run-danger.yml@v1.0.0
secrets:
github-token: ${{ secrets.DANGERMATTIC_GITHUB_TOKEN }}