Skip to content

Commit 4b09878

Browse files
yarikopticclaude
andcommitted
Fix git-bug sync workflow: bridge configure → bridge new
The `bridge configure` subcommand was renamed to `bridge new` in git-bug v0.10.x. Also add --non-interactive flag for CI. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent da76ac3 commit 4b09878

1 file changed

Lines changed: 3 additions & 2 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

0 commit comments

Comments
 (0)