[AAE-32905] Fix commit messages commands aren't working (#11922)

* [ci:force] - Checking

* [AAE-32905] - Re enabled ci commands on commit messages

* [ci:force] - Checking
This commit is contained in:
Vito Albano
2026-06-01 09:47:45 +01:00
committed by GitHub
parent 80e9e51cfa
commit d206d28f1c
3 changed files with 38 additions and 7 deletions
+2 -1
View File
@@ -14,10 +14,11 @@ Example: `[AAE-12345] Fix pagination component [ci:force]`
## Commit Message Flags
Include these flags in a **commit message** to modify how Nx calculates affected projects.
Include these flags in a **commit message** to modify CI behavior.
| Flag | Effect |
|------|--------|
| `[ci:force]` | Skips the PR approval check (same as PR title flag). |
| `[affected:*]` | Forces all Nx targets to run against all projects, ignoring the affected calculation. Equivalent to `--all`. |
## PR Labels