github-todos
github-todos copied to clipboard
Do not create issue - Throws error
I tried to ignore an issue. I selected n
and the branch won't push.
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 '[email protected]:my-user/my-app.git'
If I select y
the branch pushes up correctly.
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