Fix "No image selected warning is shown during the first avatar upload is in progress" #166
Workflow file for this run
This file contains hidden or 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, ready_for_review] | |
| jobs: | |
| dangermattic: | |
| if: ${{ (github.event.pull_request.draft == false) }} | |
| uses: Automattic/dangermattic/.github/workflows/reusable-retry-buildkite-step-on-events.yml@v1.1.2.1 | |
| with: | |
| org-slug: automattic | |
| pipeline-slug: gravatar-sdk-ios | |
| retry-step-key: danger | |
| build-commit-sha: ${{ github.event.pull_request.head.sha }} | |
| secrets: | |
| buildkite-api-token: ${{ secrets.TRIGGER_BK_BUILD_TOKEN }} |