We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 73f6dce + 9c20d5f commit d5d3c0bCopy full SHA for d5d3c0b
coqbot-config.toml
@@ -24,9 +24,10 @@ app_id="31373"
24
gitlab="coq/coq"
25
gitlab_domain="gitlab.inria.fr"
26
27
- [mappings.opam-coq-archive]
28
- github="coq/opam-coq-archive"
29
- gitlab="coq/opam-coq-archive"
+ [mappings.opam]
+ github="coq/opam"
+ gitlab="coq/opam"
30
+ gitlab_domain="gitlab.inria.fr"
31
32
[mappings.math-comp]
33
github="math-comp/math-comp"
src/bot.ml
@@ -288,7 +288,7 @@ let callback _conn req body =
288
branch on GitLab."
289
owner repo )
290
()
291
- | "math-comp", ("docker-mathcomp" | "math-comp") ->
+ | "math-comp", ("docker-mathcomp" | "math-comp") | "coq", "opam" ->
292
(fun () ->
293
init_git_bare_repository ~bot_info
294
>>= fun () ->
0 commit comments