Skip to content

Commit a0315c1

Browse files
Merge pull request #1810 from dandi/enh-git-bug
Fix git-bug sync workflow: bridge configure → bridge new
2 parents f21d24a + 4b09878 commit a0315c1

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)