We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried to ignore an issue. I selected n and the branch won't push.
n
my-app git:(master) git push origin master ? Create new issue "#3 throw an error - test" (src/app/my.service.ts:52) Do not create issue [Github-Todos] Skipped - "#3 throw an error - test" [Github-Todos] Injecting issue numbers to files… TypeError: Cannot read property 'type' of null error: failed to push some refs to 'git@github.com:my-user/my-app.git'
If I select y the branch pushes up correctly.
y
my-app git:(master) git push origin master ? Create new issue "#3 throw an error - test" (src/app/my.service.ts:52)Create issue [Github-Todos] Created issue #4 (#3 throw an error - test) - https://github.com/my-user/my-app/issues/4 [Github-Todos] Injecting issue numbers to files… [Github-Todos] Added a commit containing issue injections [Github-Todos] OK. Counting objects: 9, done. Delta compression using up to 8 threads. Compressing objects: 100% (9/9), done. Writing objects: 100% (9/9), 819 bytes | 0 bytes/s, done. Total 9 (delta 7), reused 0 (delta 0) remote: Resolving deltas: 100% (7/7), completed with 6 local objects. To github.com:my-user/my-app.git aaaaaaa..bbbbbbb master -> master
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I tried to ignore an issue. I selected
n
and the branch won't push.If I select
y
the branch pushes up correctly.The text was updated successfully, but these errors were encountered: