Skip to content
Open
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
06254a7
fix(ci): use correct label name in screenshots workflow
Apr 22, 2026
61e912e
Merge branch 'main' into fix/screenshots-label-typo
mergify[bot] Apr 22, 2026
7963c15
Merge branch 'main' into fix/screenshots-label-typo
mergify[bot] Apr 23, 2026
97e991b
Merge branch 'main' into fix/screenshots-label-typo
mergify[bot] Apr 23, 2026
a0830bb
Merge branch 'main' into fix/screenshots-label-typo
mergify[bot] Apr 23, 2026
5405d3c
Merge branch 'main' into fix/screenshots-label-typo
mergify[bot] Apr 23, 2026
5d4cbc0
Merge branch 'main' into fix/screenshots-label-typo
mergify[bot] May 19, 2026
b33d0c7
Merge branch 'main' into fix/screenshots-label-typo
mergify[bot] Jun 8, 2026
fc371fe
Merge branch 'main' into fix/screenshots-label-typo
mergify[bot] Jun 8, 2026
d34d209
Merge branch 'main' into fix/screenshots-label-typo
mergify[bot] Jun 8, 2026
a7dea00
Merge branch 'main' into fix/screenshots-label-typo
mergify[bot] Jun 9, 2026
b635e03
Merge branch 'main' into fix/screenshots-label-typo
mergify[bot] Jun 9, 2026
78d21e6
Merge branch 'main' into fix/screenshots-label-typo
mergify[bot] Jun 9, 2026
f46a580
Merge branch 'main' into fix/screenshots-label-typo
mergify[bot] Jun 9, 2026
30f298e
Merge branch 'main' into fix/screenshots-label-typo
mergify[bot] Jun 9, 2026
2d5718a
Merge branch 'main' into fix/screenshots-label-typo
mergify[bot] Jun 9, 2026
34a2247
Merge branch 'main' into fix/screenshots-label-typo
mergify[bot] Jun 9, 2026
9c2344e
Merge branch 'main' into fix/screenshots-label-typo
mergify[bot] Jun 9, 2026
fc1fc0a
Merge branch 'main' into fix/screenshots-label-typo
mergify[bot] Jun 11, 2026
aeaa17b
Merge branch 'main' into fix/screenshots-label-typo
mergify[bot] Jun 11, 2026
07599d3
Merge branch 'main' into fix/screenshots-label-typo
mergify[bot] Jun 11, 2026
9be5faf
Merge branch 'main' into fix/screenshots-label-typo
mergify[bot] Jun 12, 2026
d42c441
Merge branch 'main' into fix/screenshots-label-typo
mergify[bot] Jun 13, 2026
96a35dc
Merge branch 'main' into fix/screenshots-label-typo
mergify[bot] Jun 15, 2026
a544715
Merge branch 'main' into fix/screenshots-label-typo
mergify[bot] Jun 15, 2026
47cb6b6
Merge branch 'main' into fix/screenshots-label-typo
mergify[bot] Jun 15, 2026
488a5f8
Merge branch 'main' into fix/screenshots-label-typo
mergify[bot] Jun 15, 2026
d8d1340
Merge branch 'main' into fix/screenshots-label-typo
mergify[bot] Jun 15, 2026
9e5fdb0
Merge branch 'main' into fix/screenshots-label-typo
mergify[bot] Jun 15, 2026
7047fc0
Merge branch 'main' into fix/screenshots-label-typo
mergify[bot] Jun 15, 2026
0719364
Merge branch 'main' into fix/screenshots-label-typo
mergify[bot] Jun 15, 2026
2408e7a
Merge branch 'main' into fix/screenshots-label-typo
mergify[bot] Jun 16, 2026
367f424
Merge branch 'main' into fix/screenshots-label-typo
mergify[bot] Jun 16, 2026
f669599
Merge branch 'main' into fix/screenshots-label-typo
mergify[bot] Jun 16, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/screenshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
gh pr create \
--title "docs: update screenshots $(date +%Y-%m-%d)" \
--body "Automated daily screenshot update. Review changed PNGs in the Files tab." \
--label "docs,automated"
--label "documentation,automated"

- name: Upload screenshots as artifact
if: always()
Expand Down
Loading