Commit 8e1eeb8
fix(ci): prevent backport update job from failing on every PR
Move the GitHub App token generation step after the backport PR lookup
in the update-backport job. The lookup now uses the default github.token
(which always works) and all subsequent steps are skipped when no
backport PRs exist. This prevents the job from failing on every PR push
due to token generation errors when there's nothing to update.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent d741a6a commit 8e1eeb8
1 file changed
Lines changed: 9 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | 203 | | |
211 | 204 | | |
212 | 205 | | |
213 | | - | |
| 206 | + | |
214 | 207 | | |
215 | 208 | | |
216 | 209 | | |
| |||
234 | 227 | | |
235 | 228 | | |
236 | 229 | | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
237 | 238 | | |
238 | 239 | | |
239 | 240 | | |
| |||
0 commit comments