Results 5 comments of sai-github

Hey, can you have a look at https://github.com/Ebazhanov/in-quiz-questions/commit/9d824673787a0d1756a9c6d3d744dde042b0bdc8 changing `on: [pull_request, issues]` to `on: [pull_request_target, issues]` might fix the failure when there are incoming PRs from forked repo

Hello maintainer, do you want to merge this. The build fail seems to be due to some issue with the github action. Let me know if you want me to...

Also if you planning to maintain the repo, I would like to try out a search feature. There are pretty descent recommendations from the contributors, currently it looks hard to...

Installing via angular/cli works fine for me. I did 2 simple mistakes - removed `` after cli added it by default in my `app.component.ts` - changed the theme in `NbThemeModule.forRoot({...

I had issue using `husky` pre-commit hooks and from @oturpe suggestion I configured if as following: ``` "scripts": { "lintStage": "node_modules/.bin/lint-staged" }, "husky": { "hooks": { "pre-commit": "npm run lintStage",...