Commit 611cdd4
ci: support VRT snapshots in conflict resolver and fix 403 errors
- Updated `.github/conflict-resolver.yml` to include a strategy for
Playwright snapshots (`**/*.spec.ts-snapshots/*.png`) using 'theirs'.
- Updated `.github/workflows/conflict-resolver.yml` to use a more
robust token fallback (`PAT_TOKEN || ARI_PAT || GITHUB_TOKEN`) for
`actions/checkout` and `GH_TOKEN` to resolve 403 Permission Denied
errors during git push operations.
Co-authored-by: arii <342438+arii@users.noreply.github.com>1 parent 4090c4b commit 611cdd4
2 files changed
Lines changed: 6 additions & 2 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 | | |
| |||
0 commit comments