Skip to content

Commit d3cf9ff

Browse files
authored
Merge branch 'main' into fix/run-ops-split-hardening
2 parents e9ee072 + 1a033b6 commit d3cf9ff

93 files changed

Lines changed: 5533 additions & 5939 deletions

File tree

Some content is hidden

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

.changeset/directory-sync-plugin-contract.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.github/actionlint.yaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
# Configuration for actionlint.
2-
#
3-
# Blacksmith runners are self-hosted runners from GitHub Actions' perspective, so
4-
# actionlint needs to be told that these custom runner labels are valid.
51
self-hosted-runner:
62
labels:
7-
- blacksmith-*-ubuntu-*
8-
- blacksmith-*-windows-*
9-
- blacksmith-*-macos-*
3+
- warp-ubuntu-*
4+
- warp-macos-*
5+
- warp-windows-*

.github/workflows/changesets-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ concurrency:
1818
jobs:
1919
release-pr:
2020
name: Create Release PR
21-
runs-on: blacksmith-2vcpu-ubuntu-2404
21+
runs-on: warp-ubuntu-latest-x64-2x
2222
permissions:
2323
contents: write
2424
pull-requests: write

.github/workflows/check-review-md.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
vars.ENABLE_CLAUDE_CODE != 'false' &&
2121
github.event.pull_request.draft == false &&
2222
github.event.pull_request.head.repo.full_name == github.repository
23-
runs-on: blacksmith-2vcpu-ubuntu-2404
23+
runs-on: warp-ubuntu-latest-x64-2x
2424
permissions:
2525
contents: read
2626
pull-requests: write

.github/workflows/claude-md-audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
vars.ENABLE_CLAUDE_CODE != 'false' &&
2222
github.event.pull_request.draft == false &&
2323
github.event.pull_request.head.repo.full_name == github.repository
24-
runs-on: blacksmith-2vcpu-ubuntu-2404
24+
runs-on: warp-ubuntu-latest-x64-2x
2525
permissions:
2626
contents: read
2727
pull-requests: write

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
(github.event_name == 'pull_request_review' && contains(github.event.review.body, '@claude')) ||
2323
(github.event_name == 'issues' && (contains(github.event.issue.body, '@claude') || contains(github.event.issue.title, '@claude')))
2424
)
25-
runs-on: blacksmith-2vcpu-ubuntu-2404
25+
runs-on: warp-ubuntu-latest-x64-2x
2626
permissions:
2727
contents: write
2828
pull-requests: write

.github/workflows/code-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permissions:
88

99
jobs:
1010
code-quality:
11-
runs-on: blacksmith-2vcpu-ubuntu-2404
11+
runs-on: warp-ubuntu-latest-x64-2x
1212

1313
steps:
1414
- name: ⬇️ Checkout repo

.github/workflows/dependabot-critical-alerts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# the Dependabot alert/summary notifiers — e.g. forks/mirrors that lack the
3030
# DEPENDABOT_ALERTS_TOKEN / SLACK_BOT_TOKEN secrets. Defaults to enabled.
3131
if: ${{ vars.ENABLE_DEPENDABOT_ALERTS != 'false' }}
32-
runs-on: blacksmith-2vcpu-ubuntu-2404
32+
runs-on: warp-ubuntu-latest-x64-2x
3333
environment: dependabot-summary
3434
env:
3535
SEVERITY: ${{ inputs.severity || 'critical' }}

.github/workflows/dependabot-weekly-summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# the Dependabot alert/summary notifiers — e.g. forks/mirrors that lack the
2424
# DEPENDABOT_ALERTS_TOKEN / SLACK_BOT_TOKEN secrets. Defaults to enabled.
2525
if: ${{ vars.ENABLE_DEPENDABOT_ALERTS != 'false' }}
26-
runs-on: blacksmith-2vcpu-ubuntu-2404
26+
runs-on: warp-ubuntu-latest-x64-2x
2727
environment: dependabot-summary
2828
env:
2929
# Severities surface in the actions list when their remaining TTR drops

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ permissions:
2020

2121
jobs:
2222
check-broken-links:
23-
runs-on: blacksmith-2vcpu-ubuntu-2404
23+
runs-on: warp-ubuntu-latest-x64-2x
2424
defaults:
2525
run:
2626
working-directory: ./docs

0 commit comments

Comments
 (0)