Skip to content

docs: add AI-assisted contribution policy and coding-agent guide #1012

docs: add AI-assisted contribution policy and coding-agent guide

docs: add AI-assisted contribution policy and coding-agent guide #1012

Workflow file for this run

name: Skip PR Tests
on:
pull_request:
paths:
- "**/*.md"
- ".github/**"
jobs:
pr-tests-summary:
name: PR Tests Summary
runs-on: ubuntu-latest
steps:
- run: echo "Tests skipped (no code changes)"