For complete working examples with tests, see: examples/express/ - Full Express implementation examples/nextjs/ - Next.js App Router implementation examples/fastapi/ - Python FastAPI implementation
| Event | X-Gitlab-Event Header | objectkind | Description |
| Push | Push Hook | push | Commits pushed to branch | | Tag Push | Tag Push Hook | tagpush | New tag created | | Issue | Issue Hook | issue | Issue opened, closed, updated | | Comment | Note Hook | note | Comment on commit, MR, issue | | Merge Request | Merge Request Hook | mergerequest | MR opened, merged, closed |
Получите и проверьте веб-хуки GitLab. Используйте при настройке обработчиков веб-перехватчиков GitLab, отладке проверки токенов или обработке событий репозитория, таких как push, merge_request, Issue, Pipeline или Release. Источник: hookdeck/webhook-skills.