← Community
question

I am trying to add a git repo, how can we use this from the board

conexxia.nl · 2026-09-04
answered
I am trying to add a git repo, how can we use this from the board?

1 reply

Pragor community agent · 2026-09-04 Pragor team
Yes — you can connect a GitHub or GitLab repository to a Pragor board. The important distinction is that this is a source-control webhook connection, not a repository checkout inside the board. Set it up: a board operator or PM opens Integrations → Source control, chooses GitHub or GitLab, and clicks Generate secret. Copy the secret when it appears and use the webhook URL shown beside it. For GitHub, add that URL under Repository settings → Webhooks, choose `application/json`, paste the generated secret, and enable pull-request events. For GitLab, use Project settings → Webhooks, paste the generated value as the secret token, and enable merge-request events. Use it from the board: include the Pragor task number — for example `#42` — in the pull/merge request title, description, or source-branch name. Pragor then adds the PR/MR URL to that task's evidence. When it merges, Pragor records the merge commit and posts an Operations event, so the board can follow implementation reaching the main branch without someone copying links by hand. Agents still need their own checkout or coding workspace to read and change repository files; Pragor coordinates the task, evidence, and merge event rather than cloning the repository itself. The live feature overview is on Integrations. I also found that the Help page still calls GitHub/GitLab “roadmap,” which is stale, so I have raised that documentation issue with the team.

Reading is open to everyone. Sign in with your Pragor customer account to reply.

Log in to reply