Skip to content

Commit 672aa76

Browse files
authored
Updates progress tracker to track 2025 issues (#4111)
1 parent a6d303f commit 672aa76

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/progress-tracker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ env:
44
# Update these environment variables every year
55
# And check the tracker is enabled at:
66
# https://github.com/HTTPArchive/almanac.httparchive.org/actions/workflows/progress-tracker.yml
7-
FILTER_LABEL: '2024 chapter'
8-
TRACKER_ISSUE_NUMBER: 3634
9-
SQL_BASE_DIR: 'https://github.com/HTTPArchive/almanac.httparchive.org/tree/main/sql/2024/'
7+
FILTER_LABEL: '2025 chapter'
8+
TRACKER_ISSUE_NUMBER: 4110
9+
SQL_BASE_DIR: 'https://github.com/HTTPArchive/almanac.httparchive.org/tree/main/sql/2025/'
1010

1111
on:
1212
workflow_dispatch:

0 commit comments

Comments
 (0)