Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
173 commits
Select commit Hold shift + click to select a range
32fa091
workspace: Skip read-only paths when choosing default save location (…
pdrgds Apr 20, 2026
9e2c493
Fix info colors used for hint diagnostics (#54046)
vonEdfa Apr 20, 2026
9daf886
Move the worktree picker to the title bar + make it always visible (#…
danilo-leal Apr 20, 2026
559fcff
recent_projects: Show project name in dev container suggestion notifi…
smitbarmase Apr 20, 2026
f92178e
theme: Associate .mlx extensions with OCaml (#54197)
gf3 Apr 20, 2026
72b4126
ep: Change kept_rate definition to a more intuitive one (#54306)
osyvokon Apr 20, 2026
c95b41c
agent_ui: Add `show thread metadata` action (#54314)
cameron1024 Apr 20, 2026
4fbac78
sidebar: Open project header ellipsis menu on right-click (#54317)
danilo-leal Apr 20, 2026
34dae65
editor: Cancel blame popover task when opening modal (#52525)
timvermeulen Apr 20, 2026
1115f76
copilot: Wire up reasoning tokens for GPT models (#53313)
TwistingTwists Apr 20, 2026
6854196
fuzzy_nucleo: Add strings module and route several pickers through it…
feitreim Apr 20, 2026
10cf73f
agent_ui: Add setting for turning off content max-width (#54316)
danilo-leal Apr 20, 2026
a7ca17f
edit_prediction_ui: Add configure providers menu item to Copilot and …
npv12 Apr 20, 2026
3323581
outline_panel: Fix Pin/Unpin tooltip does not update after state chan…
joaovictor712 Apr 20, 2026
11b8980
outline_panel: Fix inconsistent keybinding label casing (#54307)
joaovictor712 Apr 20, 2026
7ca737f
git_graph: Fix pluralization of "Changed Files" in commit details (#5…
joaovictor712 Apr 20, 2026
4854ad9
Improve button keybinding alignment in workspace switcher (#54300)
joaovictor712 Apr 20, 2026
b204582
Add NewFile keybinding to Welcome context (#52463)
Dnreikronos Apr 20, 2026
4d78f26
Add support for Netpbm image previews (#54256)
viniciusdutra314 Apr 20, 2026
1e04818
editor: Hide run button in gutter for unsaved buffers (#53195)
Dnreikronos Apr 20, 2026
db7bc73
Fix ep preview closing menus (#54194)
probably-neb Apr 20, 2026
5301958
ep: Don't throw away model version in reject events (#54159)
probably-neb Apr 20, 2026
634e91b
editor: Enable diagnostics underlines in split editors (#54295)
Veykril Apr 20, 2026
17026b1
Use dockerfile build args correctly, respect context path, fix image …
KyleBarton Apr 20, 2026
0ba60d8
worktree: Fix `.git` modified events not being correctly filtered out…
Veykril Apr 20, 2026
e5086f3
editor: Fix auto indent adding trailing whitespace on repeated enter …
GoncaloAleixo4 Apr 20, 2026
5a589c4
markdown_preview: Fix outline panel becoming empty when preview pane …
smitbarmase Apr 20, 2026
c28d82c
feature_flags: Fix issue where staff is not automatically signed into…
bennetbo Apr 20, 2026
9ba6a32
sidebar: Consistently set `interacted_at` (#54320)
cameron1024 Apr 20, 2026
98f94e2
ci: Verify commits and releases created with Zed Zippy (#54264)
MrSubidubi Apr 20, 2026
cd12d5f
dev_container: Make all `PortAttributes` fields optional (#53799)
yeskunall Apr 20, 2026
68da244
agent: Respect favorite model settings and sync UI changes back to se…
smitbarmase Apr 20, 2026
b748282
ep: Add V0327SingleFile prompt (#54338)
osyvokon Apr 20, 2026
c289ec7
worktree: Fix crash on rescan of an unregistered linked worktree comm…
eholk Apr 20, 2026
57e01b3
language_models: Fix misleading copy when hosted models are disabled …
tomhoule Apr 20, 2026
261c073
ci: Fix target branch for Zippy version bumps (#54346)
MrSubidubi Apr 20, 2026
f37df7b
recent_projects: Fix unaligned keybinding labels in quick-switch menu…
joaovictor712 Apr 20, 2026
4919ca4
Always use ArchiveSelectedThread action for archiving threads (#54348)
maxbrunsfeld Apr 20, 2026
e18da9e
vim: Prevent flickering during movement actions (#52270)
feitreim Apr 20, 2026
66a77d2
Fix devcontainer localEnv/containerEnv substitution when variable is …
im-0 Apr 20, 2026
4b48819
agent: When opening a remote thread check that the linked worktree pa…
Anthony-Eid Apr 20, 2026
a8b8449
repl: Correctly discover user's kernels (#50978)
raideno Apr 20, 2026
b8bec90
git: Fix a panic when updating the split diff (#54352)
cole-miller Apr 20, 2026
f2cead4
languages: Fix nested object methods missing from outline panel (#50754)
emamulandalib Apr 20, 2026
aa5293d
Avoid constantly scrolling thread history to top as agent generates (…
maxbrunsfeld Apr 20, 2026
d7eeb5c
sidebar: Adjust display of workspaces in header's ellipsis menu (#54360)
danilo-leal Apr 20, 2026
d84a00c
sidebar: Improve hover in history view thread items (#54370)
danilo-leal Apr 21, 2026
e4d0c89
cli: Make `zed --wait --diff` not wait until window close (#54367)
timvermeulen Apr 21, 2026
7d7ec65
terminal_view: Show hollow cursor when bar/underline is unfocused (#5…
Dnreikronos Apr 21, 2026
eb6e7d7
Fix Node.js language servers failing with `--user-data-dir` on Window…
yeskunall Apr 21, 2026
040b03b
repl: Unify kernel searching in remote and wsl (#53049)
MostlyKIGuess Apr 21, 2026
a62ae57
Performance tweaks (#54321)
Veykril Apr 21, 2026
aa14c42
terminal_view: Don't try home_dir when working locally (#53071)
pepyakin Apr 21, 2026
a8cdff3
remote: Reuse existing SSH ControlMaster sessions (#51604)
nicosalm Apr 21, 2026
5102ac1
Try to recover even harder from linux GPU errors (#54349)
ConradIrwin Apr 21, 2026
62f0203
terminal: Send SIGTERM synchronously on terminal drop (#53107)
Dnreikronos Apr 21, 2026
7db7ea9
terminal: Use system shell for non-terminal uses (like spinning up ex…
oliverbarnes Apr 21, 2026
d5fd199
Fix terminal path detection inside parentheses (#52222)
butvinm Apr 21, 2026
68341e7
Clarify error message when attempting to delete channel with active p…
marcogroot Apr 21, 2026
7620b78
Fix zed irresponsive on symlinked directory events outside the editor…
prayanshchh Apr 21, 2026
95b0c5a
Prefer exact case matches when breaking completion ties (#54072)
foretoo Apr 21, 2026
4a630f0
Fix rules files not loading and config file rescan clearing tokens (#…
AJenbo Apr 21, 2026
81b16f4
fuzzy_nucleo: Fix out of range panic (#54371)
MrSubidubi Apr 21, 2026
84dcf38
gpui: Improve Anchored to support center position (#47154)
huacnlee Apr 21, 2026
90c8629
agent_panel: Retain draft prompt when creating new draft thread (#54387)
bennetbo Apr 21, 2026
aa5e2ae
Fix inlay hint cursor (#54048)
van-sprundel Apr 21, 2026
edfd8c8
repl: Do some cleanup (#54362)
MrSubidubi Apr 21, 2026
f2f9e27
language_model: Fix `ImageSize` storing pre-downscale dimensions (#54…
dastrobu Apr 21, 2026
d4849cc
compliance: Add support for checking singular commit (#54369)
MrSubidubi Apr 21, 2026
51fc26d
Fix agent default model not picking up after authentication resolve (…
smitbarmase Apr 21, 2026
7c1078e
compliance: Temporarily fix the wrong compliance reports (#54401)
MrSubidubi Apr 21, 2026
0858f1c
title_bar: Fix worktree label showing `main` when opening a worktree …
danilo-leal Apr 21, 2026
b36583f
onboarding: Ensure scrollbar is shown at the proper edge (#54392)
joaovictor712 Apr 21, 2026
cfebe3a
agent_ui: Remove history view (#54402)
bennetbo Apr 21, 2026
7a6a95c
editor: Fix edit predictions polluting completions menu (#50403)
Dnreikronos Apr 21, 2026
102805a
agent_ui: Preserve session resume state after load errors (#54411)
benbrandt Apr 21, 2026
5cda808
ep: Fix teacher's output parser for v0327 (#54416)
osyvokon Apr 21, 2026
c91b917
agent_ui: Sort thread import agents by display name (#54417)
benbrandt Apr 21, 2026
6e900b4
agent_ui: Handle pagination of session/list correctly when importing …
bennetbo Apr 21, 2026
f7d46cf
sidebar: Move to new workspace non-Wayland (#54055)
cameron1024 Apr 21, 2026
1942902
Remove `AgentV2FeatureFlag` (#54430)
bennetbo Apr 21, 2026
1ea6eb4
workspace: Fix recent-projects cleanup wiping active workspaces (#54224)
transitoryangel Apr 21, 2026
a0b49e6
sidebar: Fix threads disappearing when stored main paths go stale (#5…
eholk Apr 21, 2026
b366f8e
Fix vim mode in thread sidebar (#54381)
ConradIrwin Apr 21, 2026
f9cb919
Tweak wording around multi-folder project actions (#54438)
maxbrunsfeld Apr 21, 2026
847510c
Fix broken `is_maximized` check on Windows (#54436)
reflectronic Apr 21, 2026
acb9769
Update guild member's GitHub handle (#54440)
JosephTLyons Apr 21, 2026
57d9e1f
git: Revert skipping of events for the `.git` directory itself (#54443)
cole-miller Apr 21, 2026
7ab4256
workspace: Handle unsaved scratch buffers when opening recent project…
mvanhorn Apr 21, 2026
d06406f
Fix debugger start ignoring save property (#53353)
OmChillure Apr 21, 2026
ef9b42f
ep: Repair teacher outputs if num of discarded chars is too high (#54…
osyvokon Apr 21, 2026
d18060e
git_graph: Fix height realignment issues (#54429)
Anthony-Eid Apr 21, 2026
ce08d96
Fix cmd-e on macOS to behave more like it should (#54451)
ConradIrwin Apr 21, 2026
dd5cf89
Make guild member check case-insensitive in PR labeler (#54444)
JosephTLyons Apr 21, 2026
7fc65c7
Close the empty project before adding a project to a window (#54450)
maxbrunsfeld Apr 21, 2026
5aaa6b0
ep: Remove code duplication and extend prompt size limit (#54453)
osyvokon Apr 21, 2026
179af67
vim: Preserve system clipboard when pasting over visual selection (#5…
Dnreikronos Apr 21, 2026
1e6e448
editor: Fix autoscroll sometimes obscuring the current row behind a s…
timvermeulen Apr 21, 2026
6d73ada
Fix telemetry source for git and sidebar-triggered agent threads (#54…
macraig Apr 21, 2026
2542b71
extension_host: Fix Windows manifest paths when uploading extensions …
th0jensen Apr 21, 2026
f8295ff
Fix blank git diff view on Windows when working in a subfolder (#52234)
HiteshRohira Apr 21, 2026
4d63117
compliance: Allow Zippy version bumps (#54342)
MrSubidubi Apr 21, 2026
5df4e1e
recent_projects: Fix remote projects dialog not showing vertical scro…
joaovictor712 Apr 21, 2026
9e18c6a
Bump jupyter-websocket-client to 1.1.0 (#54442)
MostlyKIGuess Apr 21, 2026
bcaa1b5
dev_container: Resolve compose service build args in Dockerfile expan…
fechu Apr 21, 2026
6cdf954
language: Fix slow Tree-sitter parsing (#52674)
OmChillure Apr 21, 2026
c8cda37
compliance: Account for Zippy commits without PR in report summary (#…
MrSubidubi Apr 22, 2026
80ab748
agent_ui: Fix inconsistent Rules keybinding in Toggle Agent Menu (#54…
joaovictor712 Apr 22, 2026
4814074
markdown: Add "Copy Link" to right-click context menu (#53758)
saberoueslati Apr 22, 2026
d2ddb4b
markdown: Fix heading sizes and spacing in preview (#54374)
saberoueslati Apr 22, 2026
20afb83
sidebar: Improve scrollbar overlap with thread item icon buttons (#54…
danilo-leal Apr 22, 2026
310e367
sidebar: Add scrollbar and max-height to the thread switcher (#54471)
danilo-leal Apr 22, 2026
3cd0f4c
git: Improve diff performance (#54435)
cameron1024 Apr 22, 2026
14f0a25
markdown: Apply theme syntax color to inline code in rendered markdow…
Kent0011 Apr 22, 2026
2ca94a6
acp: Register ACP sessions before load replay (#54431)
benbrandt Apr 22, 2026
6b27522
terminal: Handle `menu::SecondaryConfirm` properly (#48764)
yeskunall Apr 22, 2026
eee6b4c
project_panel: Allow New File from an empty hidden-root project (#53947)
hamza-paracha Apr 22, 2026
25036ba
Handle new profile form in migrate_settings and migrate_language_sett…
JosephTLyons Apr 22, 2026
8f0efe9
editor: Don't render editor behind sticky scroll header (#54465)
cameron1024 Apr 22, 2026
7b082cb
Add interleaved_reasoning option to openai compatible models (#54016)
guiopen Apr 22, 2026
71f5dbd
Fix ctrl-delete keybind in the terminal (#51726)
injust Apr 22, 2026
5c5727c
Replace terminal `SendText` ctrl keybinds with `SendKeystroke` (#51728)
injust Apr 22, 2026
c90b42c
ep: Add v0331 prompt format alias (#54328)
probably-neb Apr 22, 2026
5e3c762
docs: Improve vim mode's command mnemonics section (#52892)
sinder38 Apr 22, 2026
565f4d0
Fix missing V0331SeedModelPy references (#54500)
probably-neb Apr 22, 2026
8d1fc1a
vim: Ensure vgl does not select newline in helix mode (#54238)
cavebatsofware Apr 22, 2026
254c27d
Revert "markdown: Apply theme syntax color to inline code in rendered…
bennetbo Apr 22, 2026
2eafa6e
language_models: Remove unused language model token counting (#54177)
benbrandt Apr 22, 2026
b7d35e5
settings: Add auto completion to command aliases setting (#54496)
dinocosta Apr 22, 2026
b7a6783
Bump Zed to v0.235 (#54508)
JosephTLyons Apr 22, 2026
1062d8b
dev_container: Detect duplicate matching containers and surface a cle…
antont Apr 18, 2026
6dad5f4
dev_container: Apply cargo fmt
antont Apr 19, 2026
75177b8
dev_container: Pin compose project name to reference CLI derivation (…
antont Apr 18, 2026
c4cd4ca
dev_container: Align compose project name with reference CLI (GREEN)
antont Apr 18, 2026
153e679
dev_container: Add canonical-compose-project tiebreak test (RED)
antont Apr 18, 2026
34b0200
dev_container: Prefer canonical compose project on multi-match (GREEN)
antont Apr 18, 2026
a02f5e8
dev_container: Add serde test for compose_project label rename
antont Apr 18, 2026
a261a51
dev_container: Collapse passthrough arms in check_for_existing_container
antont Apr 19, 2026
5948449
dev_container: Pin full CLI project-name precedence (RED)
antont Apr 19, 2026
76051dc
dev_container: Implement full CLI project-name precedence (GREEN)
antont Apr 19, 2026
e7cea18
dev_container: Tighten project-name helpers to match CLI semantics
antont Apr 19, 2026
d2abe0d
dev_container: Swallow read errors in compose fragment rescan
antont Apr 19, 2026
57e37d8
dev_container: Simplify pick_canonical_container via partition
antont Apr 20, 2026
608a360
dev_container: Switch YAML parser from serde_yaml to serde_yaml_ng
antont Apr 20, 2026
c29ec12
dev_container: Pin two CLI-parity gaps in derive_project_name (RED)
antont Apr 20, 2026
e801e55
dev_container: Fix two CLI-parity gaps flagged by Cursor review (GREEN)
antont Apr 20, 2026
84e7b86
dev_container: Drop mixed-version tiebreak for compose containers
antont Apr 22, 2026
ca9e505
dev_container: Swap compose fragment YAML parser to yaml-rust2
antont Apr 22, 2026
58e2b7e
acp: Use new Rust SDK (#52997)
benbrandt Apr 22, 2026
34c3137
dev_container: Drop redundant happy-path deserialize test
antont Apr 22, 2026
dfb8e34
settings: Remove the `project_name` project setting (#54511)
tomhoule Apr 22, 2026
2d30f95
Add Parallel Agents documentation (#53535)
macraig Apr 22, 2026
bcf4c71
vim: Respect auto_indent setting in o/O commands (#53620)
davidalecrim1 Apr 22, 2026
c974420
Fix hang in replace all when the query contains non-ASCII text and re…
ConradIrwin Apr 22, 2026
2a6ee04
Add `line_ending` setting to control line-ending normalization (#54356)
melocene Apr 22, 2026
7fd07dd
git: Only show header staging checkboxes when hovering the header its…
cole-miller Apr 22, 2026
c928336
Handle more already supported image formats across the codebase (#54326)
SomeoneToIgnore Apr 22, 2026
76883bb
Support code lens in the editor (#54100)
SomeoneToIgnore Apr 22, 2026
828a64c
Stop eagerly clearing available code actions on row change (#53571)
Dnreikronos Apr 22, 2026
9b8c468
Fix auto_save on_focus_change with modals (#54455)
ConradIrwin Apr 22, 2026
d4163c7
command_palette: Fix showing keybinding in footer actions on zero mat…
joaovictor712 Apr 22, 2026
8e4c679
Handle git push when there is no remote (#54522)
ChristopherBiscardi Apr 22, 2026
1baf48d
dev_container: Normalize compose file paths in docker_compose_manifest
antont Apr 22, 2026
b38e8f1
Revert "language: Fix slow Tree-sitter parsing" (#54524)
maxbrunsfeld Apr 22, 2026
2c49900
terminal: Fix heredoc commands failing in agent shell (#49106)
chenwuji2000-cyber Apr 22, 2026
db1450a
dev_container: Fix typo — unparseable → unparsable
antont Apr 22, 2026
d72d785
Merge branch 'main' into fix-compose-project-name-derivation
antont Apr 22, 2026
b4d10b8
helix: Update keymap to support search and similar features with no t…
feitreim Apr 22, 2026
5920187
jsonc: Recognize `renovate.json` as JSONC (#54527)
notpeter Apr 22, 2026
0800c00
editor: Add generic navigation overlays (#52630)
GoldStrikeArch Apr 22, 2026
fa0ba05
Fix search bar not closing on escape in Helix keymap (#48847)
buildingvibes Apr 22, 2026
234fbfc
docs: Link to Task hooks from Worktree Isolation section (#54532)
macraig Apr 22, 2026
3bd4383
Merge branch 'main' into fix-compose-project-name-derivation
antont Apr 22, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
35 changes: 24 additions & 11 deletions .github/workflows/bump_patch_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
clean: false
ref: ${{ inputs.branch }}
token: ${{ steps.generate-token.outputs.token }}
- name: bump_patch_version::run_bump_patch_version::bump_patch_version
- id: bump-version
name: bump_patch_version::run_bump_patch_version::bump_version
run: |
channel="$(cat crates/zed/RELEASE_CHANNEL)"

Expand All @@ -42,16 +43,28 @@ jobs:
;;
esac
which cargo-set-version > /dev/null || cargo install cargo-edit -f --no-default-features --features "set-version"
output="$(cargo set-version -p zed --bump patch 2>&1 | sed 's/.* //')"
git commit -am "Bump to $output for @$GITHUB_ACTOR"
git tag "v${output}${tag_suffix}"
git push origin HEAD "v${output}${tag_suffix}"
env:
GIT_COMMITTER_NAME: Zed Zippy
GIT_COMMITTER_EMAIL: 234243425+zed-zippy[bot]@users.noreply.github.com
GIT_AUTHOR_NAME: Zed Zippy
GIT_AUTHOR_EMAIL: 234243425+zed-zippy[bot]@users.noreply.github.com
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}
version="$(cargo set-version -p zed --bump patch 2>&1 | sed 's/.* //')"
echo "version=$version" >> "$GITHUB_OUTPUT"
echo "tag_suffix=$tag_suffix" >> "$GITHUB_OUTPUT"
- id: commit
name: bump_patch_version::run_bump_patch_version::commit_changes
uses: IAreKyleW00t/verified-bot-commit@126a6a11889ab05bcff72ec2403c326cd249b84c
with:
message: Bump to ${{ steps.bump-version.outputs.version }} for @${{ github.actor }}
ref: refs/heads/${{ inputs.branch }}
files: '**'
token: ${{ steps.generate-token.outputs.token }}
- name: bump_patch_version::run_bump_patch_version::create_version_tag
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b
with:
script: |
github.rest.git.createRef({
owner: context.repo.owner,
repo: context.repo.repo,
ref: 'refs/tags/v${{ steps.bump-version.outputs.version }}${{ steps.bump-version.outputs.tag_suffix }}',
sha: '${{ steps.commit.outputs.commit }}'
})
github-token: ${{ steps.generate-token.outputs.token }}
concurrency:
group: ${{ github.workflow }}-${{ inputs.branch }}
cancel-in-progress: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compliance_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- id: run-compliance-check
name: release::add_compliance_steps::run_compliance_check
run: |
cargo xtask compliance "$LATEST_TAG" --branch main --report-path "compliance-report-${GITHUB_REF_NAME}.md"
cargo xtask compliance version "$LATEST_TAG" --branch main --report-path "compliance-report-${GITHUB_REF_NAME}.md"
env:
GITHUB_APP_ID: ${{ secrets.ZED_ZIPPY_APP_ID }}
GITHUB_APP_KEY: ${{ secrets.ZED_ZIPPY_APP_PRIVATE_KEY }}
Expand Down
10 changes: 7 additions & 3 deletions .github/workflows/pr_labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
'11happy',
'AidanV',
'AmaanBilwar',
'MostlyKIGuess',
'OmChillure',
'Palanikannan1437',
'Shivansh-25',
Expand All @@ -48,7 +49,6 @@ jobs:
'arjunkomath',
'austincummings',
'ayushk-1801',
'claiwe',
'criticic',
'dongdong867',
'emamulandalib',
Expand All @@ -61,7 +61,6 @@ jobs:
'loadingalias',
'marcocondrache',
'mchisolm0',
'mostlyKIGuess',
'nairadithya',
'nihalxkumar',
'notJoon',
Expand All @@ -72,6 +71,7 @@ jobs:
'seanstrom',
'th0jensen',
'tommyming',
'transitoryangel',
'virajbhartiya',
];

Expand Down Expand Up @@ -114,7 +114,11 @@ jobs:
return;
}

if (GUILD_MEMBERS.includes(author)) {
const authorLower = author.toLowerCase();
const isGuildMember = GUILD_MEMBERS.some(
(member) => member.toLowerCase() === authorLower
);
if (isGuildMember) {
await github.rest.issues.addLabels({
owner: context.repo.owner,
repo: context.repo.repo,
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ jobs:
- id: run-compliance-check
name: release::add_compliance_steps::run_compliance_check
run: |
cargo xtask compliance "$GITHUB_REF_NAME" --report-path "compliance-report-${GITHUB_REF_NAME}.md"
cargo xtask compliance version "$GITHUB_REF_NAME" --report-path "compliance-report-${GITHUB_REF_NAME}.md"
env:
GITHUB_APP_ID: ${{ secrets.ZED_ZIPPY_APP_ID }}
GITHUB_APP_KEY: ${{ secrets.ZED_ZIPPY_APP_PRIVATE_KEY }}
Expand Down Expand Up @@ -678,7 +678,7 @@ jobs:
- id: run-compliance-check
name: release::add_compliance_steps::run_compliance_check
run: |
cargo xtask compliance "$GITHUB_REF_NAME" --report-path "compliance-report-${GITHUB_REF_NAME}.md"
cargo xtask compliance version "$GITHUB_REF_NAME" --report-path "compliance-report-${GITHUB_REF_NAME}.md"
env:
GITHUB_APP_ID: ${{ secrets.ZED_ZIPPY_APP_ID }}
GITHUB_APP_KEY: ${{ secrets.ZED_ZIPPY_APP_PRIVATE_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .zed/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"file_types": {
"Dockerfile": ["Dockerfile*[!dockerignore]"],
"JSONC": ["**/assets/**/*.json", "renovate.json"],
"JSONC": ["**/assets/**/*.json"],
"Git Ignore": ["dockerignore"],
},
"hard_tabs": false,
Expand Down
Loading