Skip to content

Commit 0282f54

Browse files
authored
Merge branch 'master' into bump-nwbinspector-0.7.0
2 parents b6e4103 + a0315c1 commit 0282f54

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/sync-git-bug.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,13 @@ jobs:
3535
env:
3636
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3737
run: |
38-
git-bug bridge configure \
38+
git-bug bridge new \
3939
--name=github \
4040
--target=github \
4141
--owner=dandi \
4242
--project=dandi-cli \
43-
--token="$GH_TOKEN"
43+
--token="$GH_TOKEN" \
44+
--non-interactive
4445
4546
- name: Pull issues from GitHub
4647
run: git-bug bridge pull github

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
1818

1919
## Test Markers
2020
- When adding AI-generated tests, mark them with `@pytest.mark.ai_generated`
21-
- Any new pytest markers must be registered in `tox.ini` under `[pytest]` section in the `markers` list
21+
- Any new pytest markers must be registered in `pytest_configure` function of `dandi/pytest_plugin.py`
2222

2323
## Code Style
2424
- Code is formatted with Black (line length 100)

0 commit comments

Comments
 (0)