docs(skills): remove stale no-self-merge contract refs (GRO-2763)

Remove stale no-self-merge contract references left by org#17 (GRO-2377 fast-follow). Fixes coding-standards, sdlc, and devops skills.
This commit was merged in pull request #18.
This commit is contained in:
2026-08-23 08:30:35 +00:00
parent d3f7a91e53
commit d6d94623f4
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ Three long-lived branches map to the three deployment environments:
## Pull requests
All changes happen via pull request. Gitea branch protection requires CI checks to pass. See `coding-standards` for the no-self-merge contract and the `cc @cpfarhood` visibility rule.
All changes happen via pull request. Gitea branch protection requires CI checks to pass. See `coding-standards` for the PR self-merge rule and the `cc @cpfarhood` visibility rule.
```bash
tea pr create --base dev --title "..." --body "... cc @cpfarhood"