From 7f2b1a818ecba315e092d3974225edf04be5fa72 Mon Sep 17 00:00:00 2001 From: Dave Allie Date: Thu, 5 Feb 2026 23:29:53 +1100 Subject: [PATCH] chore: Add PR title check on sync (#698) ## Summary * Add PR title check on sync ## Additional Context --- ### AI Usage While CrossPoint doesn't have restrictions on AI tools in contributing, please be transparent about their usage as it helps set the right context for reviewers. Did you use AI tools to help write this code? No --- .github/workflows/pr-formatting-check.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-formatting-check.yml b/.github/workflows/pr-formatting-check.yml index 044b7b64..2dbf65db 100644 --- a/.github/workflows/pr-formatting-check.yml +++ b/.github/workflows/pr-formatting-check.yml @@ -1,6 +1,7 @@ name: "PR Formatting" on: + pull_request: pull_request_target: types: - opened