[Auto Downloading] - Disable all podcasts auto download status when disabling the Global Auto Download #5542
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: "pocket-casts-android" | |
retry-step-key: "danger" | |
build-commit-sha: "${{ github.event.pull_request.head.sha }}" | |
secrets: | |
buildkite-api-token: ${{ secrets.TRIGGER_BK_BUILD_TOKEN }} |