Commit 701ecfd
SK-3023 use [AUTOMATED] head-commit guard instead of [skip ci] (v3 release)
Replaces the [skip ci] approach with a scoped guard on internal-release.yml
so the PAT-authored version bump can't re-trigger the release, WITHOUT
globally skipping CI (PR checks run again).
- internal-release.yml: add `if: !contains(head_commit.message, '[AUTOMATED]')`
- shared-build-and-deploy.yml: drop the ` [skip ci]` suffix from the bump commit
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent c45bd3c commit 701ecfd
2 files changed
Lines changed: 9 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
15 | 19 | | |
16 | 20 | | |
17 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
125 | 126 | | |
126 | 127 | | |
127 | 128 | | |
| |||
0 commit comments