Skip to content

Add PR quality check, PR template and release.yaml #29

Add PR quality check, PR template and release.yaml

Add PR quality check, PR template and release.yaml #29

Workflow file for this run

# .github/workflows/pr-quality-check.yml
name: PR checklist
# Add a constant anchor we can always find
env:
PR_QUALITY_ANCHOR: "<!-- pr-quality-anchor -->"
on:
pull_request:
types: [opened, edited, synchronize, labeled, unlabeled, reopened]
jobs:
pr-checklist:
uses: GetStream/android-ci-actions/.github/workflows/pr-quality.yml@main

Check failure on line 13 in .github/workflows/pr-quality.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pr-quality.yml

Invalid workflow file

error parsing called workflow ".github/workflows/pr-quality.yml" -> "GetStream/android-ci-actions/.github/workflows/pr-quality.yml@main" (source branch with sha:fc0b14441a5b2585cb106661906a8f92616b6b8d) : workflow is not reusable as it is missing a `on.workflow_call` trigger