Skip to content

Use workflows from build conventions repository #265

Use workflows from build conventions repository

Use workflows from build conventions repository #265

Workflow file for this run

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/stream-build-conventions-android/.github/workflows/[email protected]
secrets: inherit