From 025f3b2bef1136135c8eda3e10a29ca52e5554e2 Mon Sep 17 00:00:00 2001 From: Ikiru Yoshizaki <3856350+guitarrapc@users.noreply.github.com> Date: Wed, 8 Jul 2026 11:43:56 +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