From 059fba796d538473e86bda3eed990b69bfb0d252 Mon Sep 17 00:00:00 2001 From: Ikiru Yoshizaki <3856350+guitarrapc@users.noreply.github.com> Date: Wed, 8 Jul 2026 11:42:45 +0900 Subject: [PATCH] ci: add pr harness check --- .github/workflows/pr-harness.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/pr-harness.yaml diff --git a/.github/workflows/pr-harness.yaml b/.github/workflows/pr-harness.yaml new file mode 100644 index 0000000..a5122c0 --- /dev/null +++ b/.github/workflows/pr-harness.yaml @@ -0,0 +1,12 @@ +name: PR Harness + +on: + pull_request: + branches: [main] + +jobs: + harness: + permissions: + contents: read + pull-requests: read + uses: Cysharp/Actions/.github/workflows/pr-harness.yaml@main