Skip to content
Open
Changes from all commits
Commits
Show all changes
18 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
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