Skip to content

Commit

Permalink
Activates mirroring to Inria GitLab for mathcomp/mathcomp.
Browse files Browse the repository at this point in the history
This reverts commit ed31392.
  • Loading branch information
Zimmi48 committed Jun 13, 2023
1 parent ed375f4 commit 429cc10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions coqbot-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ app_id="31373"
[mappings.math-comp]
github="math-comp/math-comp"
gitlab="math-comp/math-comp"
gitlab_domain="gitlab.inria.fr"

[mappings.docker-mathcomp]
github="math-comp/docker-mathcomp"
Expand Down
2 changes: 1 addition & 1 deletion src/bot.ml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ let callback _conn req body =
branch on GitLab."
owner repo )
()
| "math-comp", "docker-mathcomp" (* | "math-comp" *) ->
| "math-comp", ("docker-mathcomp" | "math-comp") ->
(fun () ->
init_git_bare_repository ~bot_info
>>= fun () ->
Expand Down

0 comments on commit 429cc10

Please sign in to comment.