Commit c145a27
ci: support VRT snapshots and fix 403/ambiguous workflow errors
- Added strategy to `.github/conflict-resolver.yml` to automatically
resolve Playwright snapshots (`**/*.spec.ts-snapshots/*.png`) using
'theirs'.
- Updated `.github/workflows/conflict-resolver.yml` with:
- Token fallback sequence `PAT_TOKEN || ARI_PAT || GITHUB_TOKEN`
to resolve 403 Forbidden errors when pushing to protected branches.
- Switched `gh workflow run` to use `pr-orchestrator.yml` filename
instead of workflow name to avoid 'could not resolve to unique
workflow' errors.
Co-authored-by: arii <342438+arii@users.noreply.github.com>1 parent 4090c4b commit c145a27
2 files changed
Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| |||
0 commit comments