Skip to content

Commit e8699a7

Browse files
authored
Merge branch 'main' into enhance-base-documentation-from-talk
2 parents c40ec58 + e6d1f07 commit e8699a7

23 files changed

Lines changed: 74 additions & 31 deletions

.github/CODEOWNERS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
/book/ja/ @yuhattor
1515
/translation/zh/ @WillemJiang
1616
/book/zh/ @WillemJiang
17-
/translation/pt/ @jrcosta @zilio
18-
/book/pt/ @jrcosta @zilio
17+
/translation/pt-br/ @jrcosta @zilio
18+
/book/pt-br/ @jrcosta @zilio
1919
/pattern-categorization/pt-br/ @jrcosta @zilio
2020
/translation/gl/ @psanxiao
2121
/book/gl/ @psanxiao
Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
1-
Adyen
2-
1+
## For pattern: Standard Base Documentation
32
[Ii]nvariants?
43
Devs
54
Erinle
65
Feyijimi
7-
Agentic
6+
Agentic
7+
8+
## For pattern: Maturity Model
9+
Adyen
10+
11+
## For pattern: InnerSource Hackathon
12+
Ingka
13+
Manoharan
14+
Shanmugapriya
15+
Kickstarting
16+
Contribfest
17+
Baumgarten
18+
Trin
19+
El

.github/workflows/all-patterns-listed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
all-patterns-listed:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v6
16+
- uses: actions/checkout@v7
1717

1818
- name: Check if all patterns are listed in README.md
1919
run: |

.github/workflows/book.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
language: [en, ja, zh, pt-br, gl, es]
1919

2020
steps:
21-
- uses: actions/checkout@v6
21+
- uses: actions/checkout@v7
2222

2323
- uses: ruby/setup-ruby@v1
2424
with:

.github/workflows/generate-mindmap.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
contents: write
2828

2929
steps:
30-
- uses: actions/checkout@v6
30+
- uses: actions/checkout@v7
3131
- name: Use Node.js
3232
uses: actions/setup-node@v6
3333
with:

.github/workflows/i18n-consistency-checker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
language: [ja, zh, pt-br, gl, es]
1919
steps:
20-
- uses: actions/checkout@v6
20+
- uses: actions/checkout@v7
2121
with:
2222
fetch-depth: '0'
2323
- name: Check consistency and create issue

.github/workflows/link-checker-prs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
linkChecker:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v6
18+
- uses: actions/checkout@v7
1919
with:
2020
fetch-depth: 0
2121

@@ -29,7 +29,7 @@ jobs:
2929
echo "MARKDOWN_FILES=$md_files" >> $GITHUB_ENV
3030
3131
- name: Restore lychee cache
32-
uses: actions/cache@v5
32+
uses: actions/cache@v6
3333
with:
3434
path: .lycheecache
3535
key: cache-lychee-${{ github.sha }}

.github/workflows/link-checker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
linkChecker:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v6
18+
- uses: actions/checkout@v7
1919

2020
- name: Restore lychee cache
21-
uses: actions/cache@v5
21+
uses: actions/cache@v6
2222
with:
2323
path: .lycheecache
2424
key: cache-lychee-${{ github.sha }}

.github/workflows/lint-patterns.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
validate:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v6
21+
- uses: actions/checkout@v7
2222
- name: Problem Matcher for markdownlint-cli
2323
uses: xt0rted/markdownlint-problem-matcher@v3
2424
- name: Lint pattern files (markdown)

.github/workflows/markdownlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121

2222
steps:
23-
- uses: actions/checkout@v6
23+
- uses: actions/checkout@v7
2424
- name: Use Node.js
2525
uses: actions/setup-node@v6
2626
with:

0 commit comments

Comments
 (0)