Store bridge type alongside the other params in the config

Labels: area/bridge kind/feature

Timeline

Amine (a-hilaly) opened

As discussed in #153

Instead of adding the bridge type as prefix to the final name of the bridge, use the real given name and store the bridge type alongside the other bridge params in the config.

example:

[git-bug "bridge.default"]
        target = github
        user = MichaelMure
        project = git-bug
        token = MYTOKEN

Amine (a-hilaly) added label Core

Amine (a-hilaly) commented

Fixed in #170

Amine (a-hilaly) closed the bug

sudoforge removed label Core

sudoforge added label area/bridge

sudoforge added label kind/feature