File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments