Skip to content

Commit dc8dd76

Browse files
authored
Merge pull request #2953 from cncf/main
[es] Merge `main` into `dev-es`
2 parents 187c2f3 + 1ba241f commit dc8dd76

File tree

150 files changed

+3703
-193
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

150 files changed

+3703
-193
lines changed

.github/ISSUE_TEMPLATE/new-term.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ body:
3434
required: true
3535
- label: The term has not already been declined in the past. [(shift+click to check)](https://github.com/cncf/glossary/issues?q=is%3Aissue+is%3Aclosed+label%3A%22triage%2Fnot+accepted%22)
3636
required: false
37-
- label: The term does not already exist in the [glossary](https://glossary.cncf.io).
37+
- label: The term does not already exist in the [glossary](https://glossary.cncf.io) as a completed term, nor does it exist in [this directory](https://github.com/cncf/glossary/tree/main/content/en) as an incomplete term. (If the status of the term is `Feedback Appreciated`, consider updating the term.)
3838
required: true
3939
- label: I understand that maintainers will assess if the term should be part of the Glossary. (Please be patient)
4040
required: true

.github/labeler.yml

Lines changed: 34 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,59 @@
11
lang/ar:
2-
- content/ar/**
2+
- changed-files:
3+
- any-glob-to-any-file: 'content/ar/**'
34

45
lang/bn:
5-
- content/bn/**
6+
- changed-files:
7+
- any-glob-to-any-file: 'content/bn/**'
68

79
lang/de:
8-
- content/de/**
10+
- changed-files:
11+
- any-glob-to-any-file: 'content/de/**'
912

1013
lang/en:
11-
- content/en/**
14+
- changed-files:
15+
- any-glob-to-any-file: 'content/en/**'
1216

1317
lang/es:
14-
- content/es/**
18+
- changed-files:
19+
- any-glob-to-any-file: 'content/es/**'
1520

1621
lang/fr:
17-
- content/fr/**
22+
- changed-files:
23+
- any-glob-to-any-file: 'content/fr/**'
1824

1925
lang/hi:
20-
- content/hi/**
26+
- changed-files:
27+
- any-glob-to-any-file: 'content/hi/**'
2128

2229
lang/it:
23-
- content/it/**
30+
- changed-files:
31+
- any-glob-to-any-file: 'content/it/**'
2432

2533
lang/ja:
26-
- content/ja/**
34+
- changed-files:
35+
- any-glob-to-any-file: 'content/ja/**'
2736

2837
lang/ko:
29-
- content/ko/**
38+
- changed-files:
39+
- any-glob-to-any-file: 'content/ko/**'
3040

3141
lang/pt:
32-
- content/pt-br/**
42+
- changed-files:
43+
- any-glob-to-any-file: 'content/pt-br/**'
3344

34-
lang/tw:
35-
- content/zh-tw/**
45+
lang/ru:
46+
- changed-files:
47+
- any-glob-to-any-file: 'content/ru/**'
3648

37-
lang/zh:
38-
- content/zh-cn/**
49+
lang/tw:
50+
- changed-files:
51+
- any-glob-to-any-file: 'content/zh-tw/**'
3952

53+
lang/ur:
54+
- changed-files:
55+
- any-glob-to-any-file: 'content/ur/**'
4056

57+
lang/zh:
58+
- changed-files:
59+
- any-glob-to-any-file: 'content/zh-cn/**'

.github/settings.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,9 @@ collaborators:
210210
- username: naonishijima
211211
permission: push
212212

213+
- username: Okabe-Junya
214+
permission: push
215+
213216
- username: yuichi-nakamura
214217
permission: push
215218

@@ -503,6 +506,7 @@ branches:
503506
- inductor
504507
- kaitoii11
505508
- naonishijima
509+
- Okabe-Junya
506510
- yuichi-nakamura
507511
teams: []
508512
enforce_admins: null

.github/workflows/check-outdated-content.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
ls -al ${OUTPUT_DIR}
162162
163163
- name: Upload output
164-
uses: actions/upload-artifact@v3
164+
uses: actions/upload-artifact@v4
165165
with:
166166
name: ${{ env.L10N_CODE }}-outdated-checking-result
167167
path: ${{ env.OUTPUT_DIR }}/

.github/workflows/es-spellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
set -o errexit
3030
diff content/es/.wordlist.txt <(LC_ALL= sort -f content/es/.wordlist.txt)
3131
- name: GitHub Spellcheck Action
32-
uses: rojopolis/spellcheck-github-actions@0.35.0
32+
uses: rojopolis/spellcheck-github-actions@0.36.0
3333
with:
3434
config_path: content/es/.spellcheck.yml

.github/workflows/labeler.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
name: "Pull Request Labeler"
22
on:
33
pull_request_target:
4-
types: [opened]
5-
paths:
6-
- 'content/**.md'
7-
branches:
8-
- 'main'
9-
- 'dev-**'
4+
types: [opened]
105

116
jobs:
127
triage:

.github/workflows/post-outdated-content-report.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
# - name: Download output
5151
# uses: actions/download-artifact@v3
5252
- name: Download output
53-
uses: dawidd6/action-download-artifact@v2
53+
uses: dawidd6/action-download-artifact@v3
5454
with:
5555
github_token: ${{secrets.GITHUB_TOKEN}}
5656
workflow: check-outdated-content.yaml
@@ -144,7 +144,7 @@ jobs:
144144
echo "The end of report" >> report.md
145145
146146
- name: Create an issue from the report
147-
uses: peter-evans/create-issue-from-file@v4
147+
uses: peter-evans/create-issue-from-file@v5
148148
with:
149149
title: "[${{ env.L10N_CODE }}] A report to track and reflect updates of English content"
150150
content-filepath: report.md

.github/workflows/spellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
- uses: actions/checkout@v4
2626

2727
- name: GitHub Spellcheck Action
28-
uses: rojopolis/spellcheck-github-actions@0.35.0
28+
uses: rojopolis/spellcheck-github-actions@0.36.0

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
timeout-minutes: 1 # Default: 360
2828
runs-on: ubuntu-latest
2929
steps:
30-
- uses: actions/stale@v8.0.0
30+
- uses: actions/stale@v9.0.0
3131
with:
3232
repo-token: ${{ secrets.GITHUB_TOKEN }}
3333
stale-issue-message: 'This issue/PR is stale because it has been inactive for 60 days. This issue/PR will be closed automatically with additional 20 days of inactivity. If an update/comment occur on stale issue/PR, the stale label will be removed and the timer will restart. Closed issue/PR can be reopened if necessary.'

CODEOWNERS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
/i18n/it.toml @fsbaraglia @ugho16 @annalisag-spark @sistella
4848

4949
# Approvers for Japanese contents
50-
/content/ja/ @inductor @naonishijima @kaitoii11 @yuichi-nakamura
51-
/i18n/ja.toml @inductor @naonishijima @kaitoii11 @yuichi-nakamura
50+
/content/ja/ @inductor @naonishijima @kaitoii11 @yuichi-nakamura @Okabe-Junya
51+
/i18n/ja.toml @inductor @naonishijima @kaitoii11 @yuichi-nakamura @Okabe-Junya
5252

5353
# Approvers for Korean contents
5454
/content/ko/ @seokho-son @jihoon-seo @yunkon-kim

0 commit comments

Comments
 (0)