Commit 6f8b46d
committed
fix: resolve repo rule violations in deploy workflows
Deploy Dev's generate-types job failed because peter-evans/create-pull-request
pushed unsigned commits, violating repo rulesets. Added sign-commits: true to
use the GitHub API for signed commits, bypassing the restriction.
Deploy Prod's generate-types job pushed directly to main via git push, violating
branch protection rules requiring PRs and approvals. Replaced with
peter-evans/create-pull-request (matching dev's pattern) with sign-commits: true,
added pull-requests: write permission, and added a summary step.
https://claude.ai/code/session_01Uhx2N3zWZNBTsgMQo7zajM1 parent cd13ffa commit 6f8b46d
2 files changed
+21
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
85 | 86 | | |
86 | 87 | | |
87 | 88 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| 127 | + | |
127 | 128 | | |
128 | 129 | | |
129 | 130 | | |
| |||
146 | 147 | | |
147 | 148 | | |
148 | 149 | | |
149 | | - | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
150 | 166 | | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
| 167 | + | |
| 168 | + | |
156 | 169 | | |
157 | | - | |
158 | | - | |
| 170 | + | |
159 | 171 | | |
160 | 172 | | |
161 | 173 | | |
| |||
0 commit comments