Skip to content

Commit 843d04c

Browse files
authored
Merge pull request #31125 from MetaMask/Version-v12.12.1
Version v12.12.1
2 parents dc47374 + e828f85 commit 843d04c

Some content is hidden

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

44 files changed

+141
-270
lines changed

.circleci/config.yml

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ workflows:
105105
branches:
106106
ignore:
107107
- master
108+
# Backport branch created for v12.12.1
109+
- stable-v12.12.x
108110
requires:
109111
- prep-deps
110112
- prep-build:
@@ -243,7 +245,10 @@ workflows:
243245
- job-publish-release:
244246
filters:
245247
branches:
246-
only: master
248+
only:
249+
- master
250+
# Backport branch created for v12.12.1
251+
- stable-v12.12.x
247252
requires:
248253
- prep-deps
249254
- prep-build
@@ -385,7 +390,7 @@ jobs:
385390
condition:
386391
not:
387392
matches:
388-
pattern: /^master$/
393+
pattern: /^master|stable-v12\.12\.x$/
389394
value: << pipeline.git.branch >>
390395
steps:
391396
- run:
@@ -394,7 +399,7 @@ jobs:
394399
- when:
395400
condition:
396401
matches:
397-
pattern: /^master$/
402+
pattern: /^master|stable-v12\.12\.x$/
398403
value: << pipeline.git.branch >>
399404
steps:
400405
- run:
@@ -422,7 +427,7 @@ jobs:
422427
condition:
423428
not:
424429
matches:
425-
pattern: /^master$/
430+
pattern: /^master|stable-v12\.12\.x$/
426431
value: << pipeline.git.branch >>
427432
steps:
428433
- run:
@@ -431,7 +436,7 @@ jobs:
431436
- when:
432437
condition:
433438
matches:
434-
pattern: /^master$/
439+
pattern: /^master|stable-v12\.12\.x$/
435440
value: << pipeline.git.branch >>
436441
steps:
437442
- run:
@@ -465,7 +470,7 @@ jobs:
465470
condition:
466471
not:
467472
matches:
468-
pattern: /^master$/
473+
pattern: /^master|stable-v12\.12\.x$/
469474
value: << pipeline.git.branch >>
470475
steps:
471476
- run:
@@ -474,7 +479,7 @@ jobs:
474479
- when:
475480
condition:
476481
matches:
477-
pattern: /^master$/
482+
pattern: /^master|stable-v12\.12\.x$/
478483
value: << pipeline.git.branch >>
479484
steps:
480485
- run:
@@ -506,7 +511,7 @@ jobs:
506511
condition:
507512
not:
508513
matches:
509-
pattern: /^master$/
514+
pattern: /^master|stable-v12\.12\.x$/
510515
value: << pipeline.git.branch >>
511516
steps:
512517
- run:
@@ -515,7 +520,7 @@ jobs:
515520
- when:
516521
condition:
517522
matches:
518-
pattern: /^master$/
523+
pattern: /^master|stable-v12\.12\.x$/
519524
value: << pipeline.git.branch >>
520525
steps:
521526
- run:

.github/workflows/add-release-label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fetch-depth: 0 # This is needed to checkout all branches
1919

2020
- name: Setup environment
21-
uses: metamask/github-tools/.github/actions/setup-environment@main
21+
uses: metamask/github-tools/.github/actions/setup-environment@4f594ca7d90378da66b7efce987eff379934524b
2222

2323
- name: Get the next semver version
2424
id: get-next-semver-version

.github/workflows/build-beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
4343
- name: Setup environment
4444
if: ${{ steps.needs-beta-build.outputs.NEEDS_BETA_BUILD == 'true' }}
45-
uses: metamask/github-tools/.github/actions/setup-environment@main
45+
uses: metamask/github-tools/.github/actions/setup-environment@4f594ca7d90378da66b7efce987eff379934524b
4646

4747
- name: Run beta build
4848
if: ${{ steps.needs-beta-build.outputs.NEEDS_BETA_BUILD == 'true' }}

.github/workflows/build-storybook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v4
1616

1717
- name: Setup environment
18-
uses: metamask/github-tools/.github/actions/setup-environment@main
18+
uses: metamask/github-tools/.github/actions/setup-environment@4f594ca7d90378da66b7efce987eff379934524b
1919

2020
- name: Build storybook
2121
run: yarn storybook:build

.github/workflows/check-attributions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: actions/checkout@v4
1313

1414
- name: Setup environment
15-
uses: metamask/github-tools/.github/actions/setup-environment@main
15+
uses: metamask/github-tools/.github/actions/setup-environment@4f594ca7d90378da66b7efce987eff379934524b
1616

1717
- name: Check attributions changes
1818
run: yarn attributions:check

.github/workflows/check-pr-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v4
2222

2323
- name: Setup environment
24-
uses: metamask/github-tools/.github/actions/setup-environment@main
24+
uses: metamask/github-tools/.github/actions/setup-environment@4f594ca7d90378da66b7efce987eff379934524b
2525

2626
- name: Check PR has required labels
2727
env:

.github/workflows/check-template-and-add-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v4
1515

1616
- name: Setup environment
17-
uses: metamask/github-tools/.github/actions/setup-environment@main
17+
uses: metamask/github-tools/.github/actions/setup-environment@4f594ca7d90378da66b7efce987eff379934524b
1818

1919
- name: Check template and add labels
2020
id: check-template-and-add-labels

.github/workflows/close-bug-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v4
1717

1818
- name: Setup environment
19-
uses: metamask/github-tools/.github/actions/setup-environment@main
19+
uses: metamask/github-tools/.github/actions/setup-environment@4f594ca7d90378da66b7efce987eff379934524b
2020

2121
- name: Close release bug report issue
2222
env:

.github/workflows/codespaces.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
uses: actions/checkout@v4
1818

1919
- name: Setup environment
20-
uses: metamask/github-tools/.github/actions/setup-environment@main
20+
uses: metamask/github-tools/.github/actions/setup-environment@4f594ca7d90378da66b7efce987eff379934524b

.github/workflows/fitness-functions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fetch-depth: 0 # This is needed to checkout all branches
1818

1919
- name: Setup environment
20-
uses: metamask/github-tools/.github/actions/setup-environment@main
20+
uses: metamask/github-tools/.github/actions/setup-environment@4f594ca7d90378da66b7efce987eff379934524b
2121

2222
- name: Run fitness functions
2323
env:

0 commit comments

Comments
 (0)