Skip to content

Move retry policy in another package and add attempt info in the calllback #260

Move retry policy in another package and add attempt info in the calllback

Move retry policy in another package and add attempt info in the calllback #260

Workflow file for this run

# .github/workflows/pr-quality-check.yml (caller)
name: PR checklist
on:
pull_request:
types: [opened, edited, synchronize, labeled, unlabeled, reopened]
permissions:
contents: read
pull-requests: write
issues: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
pr-checklist:
uses: GetStream/android-ci-actions/.github/workflows/pr-quality.yml@main
secrets: inherit