Skip to content

Commit 3b2eb8c

Browse files
committed
Address review: add labeled/reopened triggers, bump checkout to v6
1 parent d80d1b2 commit 3b2eb8c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/review-translations.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ name: Review Translations
55

66
on:
77
pull_request:
8-
types: [opened, synchronize]
8+
types: [opened, synchronize, labeled, reopened]
99

1010
jobs:
1111
review:
1212
if: contains(github.event.pull_request.labels.*.name, 'action-translation')
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v6
1717
with:
1818
fetch-depth: 2
1919

0 commit comments

Comments
 (0)