Skip to content

Fix an issue with Publisize options appearing in the prepublishing sheet for sites that don't support it #6163

Fix an issue with Publisize options appearing in the prepublishing sheet for sites that don't support it

Fix an issue with Publisize options appearing in the prepublishing sheet for sites that don't support it #6163

Workflow file for this run

name: ☢️ Trigger Danger On Buildkite
on:
pull_request:
types: [labeled, unlabeled, milestoned, demilestoned]
jobs:
dangermattic:
if: ${{ (github.event.pull_request.draft == false) }}
uses: Automattic/dangermattic/.github/workflows/[email protected]
with:
org-slug: automattic
pipeline-slug: wordpress-ios
retry-step-key: danger
build-commit-sha: ${{ github.event.pull_request.head.sha }}
cancel-running-github-jobs: false
secrets:
buildkite-api-token: ${{ secrets.TRIGGER_BK_BUILD_TOKEN }}