We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f21d24a + 4b09878 commit a0315c1Copy full SHA for a0315c1
1 file changed
.github/workflows/sync-git-bug.yml
@@ -35,12 +35,13 @@ jobs:
35
env:
36
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37
run: |
38
- git-bug bridge configure \
+ git-bug bridge new \
39
--name=github \
40
--target=github \
41
--owner=dandi \
42
--project=dandi-cli \
43
- --token="$GH_TOKEN"
+ --token="$GH_TOKEN" \
44
+ --non-interactive
45
46
- name: Pull issues from GitHub
47
run: git-bug bridge pull github
0 commit comments