Skip to content

Commit 1b982e2

Browse files
committed
Merge remote-tracking branch 'origin/main' into issue-237-d4e1e2d53afd
2 parents fbd25a4 + e43449d commit 1b982e2

68 files changed

Lines changed: 2073 additions & 255 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/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"changelog": [
44
"@changesets/changelog-github",
55
{
6-
"repo": "<PLACEHOLDER>"
6+
"repo": "ProverCoderAI/docker-git"
77
}
88
],
99
"commit": false,

.changeset/tidy-session-sync-tool.md

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

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ jobs:
191191
e2e-runtime-volumes-ssh:
192192
name: E2E (Runtime volumes + SSH)
193193
runs-on: ubuntu-latest
194-
timeout-minutes: 40
194+
timeout-minutes: 60
195195
steps:
196196
- uses: actions/checkout@v6
197197
- name: Install dependencies

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,8 @@ jobs:
240240
- name: Version packages
241241
if: steps.compare_npm.outputs.should_release != 'false' && github.actor != 'github-actions[bot]'
242242
shell: bash
243+
env:
244+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
243245
run: |
244246
set -euo pipefail
245247
bun run changeset-version

bun.lock

Lines changed: 2 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
89.8 KB
Loading
30 KB
Loading
18 KB
Loading
44 KB
Loading
45 KB
Loading

0 commit comments

Comments
 (0)