Skip to content

[#510]: Fix Maestro CI script: dash rejects set -o pipefail #895

[#510]: Fix Maestro CI script: dash rejects set -o pipefail

[#510]: Fix Maestro CI script: dash rejects set -o pipefail #895

Workflow file for this run

name: PR Description
on:
pull_request:
types: [opened, edited, synchronize, reopened, ready_for_review]
# Permissions: read PR metadata only (body/author via github.event).
permissions:
contents: read
pull-requests: read
jobs:
pr-description:
name: PR Description
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: Validate PR body
env:
PR_BODY: ${{ github.event.pull_request.body }}
PR_AUTHOR: ${{ github.event.pull_request.user.login }}
run: node .github/scripts/validate-pr-body.cjs