download
raw
707 Bytes
name: Enforce PR Description
on:
pull_request:
types: [opened, edited, reopened]
jobs:
check-description:
runs-on: ubuntu-latest
steps:
- name: Validate PR body
uses: actions/github-script@v7
with:
script: |
const body = context.payload.pull_request.body;
if (!body || body.trim().length < 10) {
core.setFailed("PR description must not be empty and should contain at least 10 characters. Please update your PR with a meaningful description.");
} else {
core.info("PR description check passed.");
}

Xet Storage Details

Size:
707 Bytes
·
Xet hash:
0b2e3ed6445bf607823b2768a978c296fa45b36cadca789be519fde90d5203d2

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.