Skip to content

Commit fa8ad9f

Browse files
Merge pull request #36915 from MetaMask/sync-v13.5.0-with-stable-3
release: Sync v13.5.0 with stable
2 parents 2fb33a6 + 8b58d53 commit fa8ad9f

Some content is hidden

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

43 files changed

+77
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ on:
88
jobs:
99
add-team-label:
1010
if: ${{ !github.event.pull_request.head.repo.fork }}
11-
uses: metamask/github-tools/.github/workflows/add-team-label.yml@18af6e4b56a18230d1792480e249ebc50b324927
11+
uses: metamask/github-tools/.github/workflows/add-team-label.yml@7fe185fdb0e60981c898e88d82e44ff33f604daa
1212
secrets:
1313
TEAM_LABEL_TOKEN: ${{ secrets.TEAM_LABEL_TOKEN }}

.github/workflows/auto-create-release-pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ jobs:
77
extract:
88
if: ${{ github.ref_type == 'branch' && (startsWith(github.ref, 'refs/heads/Version-v') || startsWith(github.ref, 'refs/heads/release/')) }}
99
runs-on: ubuntu-latest
10+
timeout-minutes: 30
1011
outputs:
1112
semver: ${{ steps.out.outputs.semver }}
1213
steps:

.github/workflows/auto-update-pr-targeting-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
auto-update:
1111
name: Auto-update
1212
runs-on: ubuntu-latest
13+
timeout-minutes: 30
1314
env:
1415
YARN_ENABLE_IMMUTABLE_INSTALLS: false
1516
YARN_ENABLE_HARDENED_MODE: false

.github/workflows/build-storybook.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
build-storybook:
1111
name: Build storybook
1212
runs-on: ubuntu-latest
13+
timeout-minutes: 30
1314
env:
1415
# For a `pull_request` event, the branch is `github.head_ref``.
1516
# For a `push` event, the branch is `github.ref_name`.

.github/workflows/build-ts-migration-dashboard.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
jobs:
1010
build-ts-migration-dashboard:
1111
runs-on: ubuntu-latest
12+
timeout-minutes: 30
1213
env:
1314
# For a `pull_request` event, the branch is `github.head_ref``.
1415
# For a `push` event, the branch is `github.ref_name`.

.github/workflows/check-attributions.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
jobs:
1010
check-attributions:
1111
runs-on: ubuntu-latest
12+
timeout-minutes: 30
1213
steps:
1314
- name: Checkout and setup environment
1415
uses: MetaMask/action-checkout-and-setup@v1

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ concurrency:
1717
jobs:
1818
check-pr-labels:
1919
runs-on: ubuntu-latest
20+
timeout-minutes: 30
2021
permissions:
2122
pull-requests: read
2223

.github/workflows/check-release-tag.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
# Only run on PRs targeting stable
1818
if: github.base_ref == 'stable'
1919
runs-on: ubuntu-latest
20+
timeout-minutes: 30
2021
permissions:
2122
contents: read
2223
pull-requests: read

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
jobs:
1111
check-template-and-add-labels:
1212
runs-on: ubuntu-latest
13+
timeout-minutes: 30
1314
if: ${{ github.event_name != 'merge_group' }} # Skip this step for merge_group events
1415
steps:
1516
- name: Checkout and setup environment

.github/workflows/cla.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
CLABot:
1414
if: github.event_name == 'pull_request_target' || contains(github.event.comment.html_url, '/pull/')
1515
runs-on: ubuntu-latest
16+
timeout-minutes: 30
1617
permissions:
1718
pull-requests: write
1819
contents: write

0 commit comments

Comments
 (0)