Skip to content

[Tooling] Add github_commit_status to all pipeline jobs #3

[Tooling] Add github_commit_status to all pipeline jobs

[Tooling] Add github_commit_status to all pipeline jobs #3

Workflow file for this run

name: ☢️ Trigger Danger On Buildkite
on:
pull_request:
types: [labeled, unlabeled, ready_for_review, review_requested, review_request_removed]
jobs:
dangermattic:
if: ${{ (github.event.pull_request.draft == false) }}
uses: Automattic/dangermattic/.github/workflows/reusable-retry-buildkite-step-on-events.yml@v1.1.2
with:
org-slug: automattic
pipeline-slug: ci-toolkit-buildkite-plugin
retry-step-key: danger
build-commit-sha: ${{ github.event.pull_request.head.sha }}
secrets:
buildkite-api-token: ${{ secrets.TRIGGER_BK_BUILD_TOKEN }}