From 71783088c05335e58249079f23cf49d19ed90f90 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Wed, 18 Jun 2025 11:55:13 +0800 Subject: [PATCH] Use new trigger test message --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 07e7017b..c1d4eb16 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -14,4 +14,4 @@ - [ ] `bin/spc dev:sort-config` - If it's an extension or dependency update, please ensure the following: - [ ] Add your test combination to `src/globals/test-extensions.php`. - - [ ] If adding new or fixing bugs, add commit message containing `fix` or `test` to trigger full test suite. + - [ ] If adding new or fixing bugs, add commit message containing `extension test` to trigger full test suite.