Skip to content

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

Add PR quality check, PR template and release.yaml

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

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
jobs:
pr-checklist:
uses: GetStream/android-ci-actions/.github/workflows/pr-quality.yml@v1

Check failure on line 15 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@v1" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
secrets: inherit