Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bbef3c4

Browse filesBrowse files
RaisinTenrichardlau
authored andcommitted
build: add version info to timezone update PR
Refs: #44950 (comment) Signed-off-by: Darshan Sen <raisinten@gmail.com> PR-URL: #45021 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Tierney Cyren <hello@bnb.im> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 33707dc commit bbef3c4
Copy full SHA for bbef3c4

File tree

Expand file treeCollapse file tree

1 file changed

+5
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-2
lines changed
Open diff view settings
Collapse file

‎.github/workflows/timezone-update.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/timezone-update.yml
+5-2Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
persist-credentials: false
3232
repository: unicode-org/icu-data
3333

34+
- name: Record new version
35+
run: echo "new_version=$(ls icu-data/tzdata/icunew | tail -1)" >> $GITHUB_ENV
36+
3437
- run: ./tools/update-timezone.mjs
3538

3639
- name: Open Pull Request
@@ -49,7 +52,7 @@ jobs:
4952
console.log(process.versions.tz)
5053
```
5154
branch: actions/timezone-update
52-
commit-message: 'deps: update timezone'
55+
commit-message: 'deps: update timezone to ${{ env.new_version }}'
5356
labels: dependencies
54-
title: 'deps: update timezone'
57+
title: 'deps: update timezone to ${{ env.new_version }}'
5558
reviewers: \@nodejs/i18n-api

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.