Skip to content

feat(kanban): add phase 7 product artifacts #21

feat(kanban): add phase 7 product artifacts

feat(kanban): add phase 7 product artifacts #21

Workflow file for this run

name: pr-readiness
on:
pull_request:
types:
- opened
- edited
- reopened
- synchronize
- ready_for_review
concurrency:
group: pr-readiness-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
pr-readiness:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: read
checks: read
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Validate PR docs and test readiness
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PR_READINESS_BASE_SHA: ${{ github.event.pull_request.base.sha }}
PR_READINESS_HEAD_SHA: ${{ github.event.pull_request.head.sha }}
PR_READINESS_BODY: ${{ github.event.pull_request.body }}
PR_READINESS_SKIP_CI: "0"
PR_READINESS_REQUIRED_CHECKS: "Validate,Release Smoke"
run: bash scripts/check-pr-readiness.sh