Skip to content

Commit 677c1fe

Browse files
committed
Merge branch 'ji/expr-dbg' into ji/expr-reduce-rules
2 parents 51b89bb + 6861401 commit 677c1fe

File tree

40 files changed

+586
-340
lines changed

40 files changed

+586
-340
lines changed

.github/release-drafter.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ categories:
1515
collapse-after: 8
1616
labels:
1717
- "fix"
18+
- title: "📖 Documentation"
19+
labels:
20+
- "documentation"
1821
- title: "🧰 Maintenance"
1922
labels:
2023
- "chore"

.github/workflows/bench-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
aws-region: us-east-1
9595

9696
- name: Install uv
97-
uses: spiraldb/actions/.github/actions/[email protected].2
97+
uses: spiraldb/actions/.github/actions/[email protected].3
9898
with:
9999
sync: false
100100

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
timeout-minutes: 120
2727
steps:
2828
- uses: actions/checkout@v5
29-
- uses: spiraldb/actions/.github/actions/[email protected].2
29+
- uses: spiraldb/actions/.github/actions/[email protected].3
3030

3131
validate-workflow-yaml:
3232
runs-on: ubuntu-latest
@@ -49,7 +49,7 @@ jobs:
4949
steps:
5050
- uses: actions/checkout@v5
5151
- name: Install uv
52-
uses: spiraldb/actions/.github/actions/[email protected].2
52+
uses: spiraldb/actions/.github/actions/[email protected].3
5353
with:
5454
sync: false
5555
prune-cache: false
@@ -72,7 +72,7 @@ jobs:
7272
with:
7373
repo-token: ${{ secrets.GITHUB_TOKEN }}
7474
- name: Install uv
75-
uses: spiraldb/actions/.github/actions/[email protected].2
75+
uses: spiraldb/actions/.github/actions/[email protected].3
7676
with:
7777
sync: false
7878
prune-cache: false

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
repo-token: ${{ secrets.GITHUB_TOKEN }}
3333
- name: Install uv
34-
uses: spiraldb/actions/.github/actions/[email protected].2
34+
uses: spiraldb/actions/.github/actions/[email protected].3
3535
with:
3636
sync: false
3737

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
java-version: "17"
2424
distribution: "temurin"
2525
- name: Install uv
26-
uses: spiraldb/actions/.github/actions/[email protected].2
26+
uses: spiraldb/actions/.github/actions/[email protected].3
2727
with:
2828
sync: false
2929
prune-cache: false

.github/workflows/fuzz.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,11 @@ jobs:
129129
name: "Attempt Fix for IO Fuzz Crash"
130130
needs: report-io-fuzz-failures
131131
if: needs.report-io-fuzz-failures.outputs.issue_number != ''
132+
permissions:
133+
contents: write
134+
issues: write
135+
pull-requests: write
136+
id-token: write
132137
uses: ./.github/workflows/fuzzer-fix-automation.yml
133138
with:
134139
issue_number: ${{ needs.report-io-fuzz-failures.outputs.issue_number }}

.github/workflows/labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: |
2929
REQUIRED_LABELS=(
3030
"chore"
31-
"bug"
31+
"documentation"
3232
"feature"
3333
"fix"
3434
"performance"

.github/workflows/sql-benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ jobs:
223223
224224
- name: Install uv
225225
if: inputs.mode == 'pr'
226-
uses: spiraldb/actions/.github/actions/[email protected].2
226+
uses: spiraldb/actions/.github/actions/[email protected].3
227227
with:
228228
sync: false
229229
- name: Compare results

.github/workflows/typos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
- name: Checkout Actions Repository
1717
uses: actions/checkout@v5
1818
- name: Spell Check Repo
19-
uses: crate-ci/[email protected].0
19+
uses: crate-ci/[email protected].2

Cargo.lock

Lines changed: 27 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)