Skip to content

Enable testing a Github branch other than master #279

@gibfahn

Description

@gibfahn

It is currently possible to use citgm to test the master branch with the following lookup.json options:

"master": true,
"repo": "https://github.com/org/repo",
"replace": true

However, there's no way to select a different branch, which makes it harder to use CitGM for development.

The fix would be to have the option "branch": "my_branch" instead of "master": true. We can alias "master": true to "branch": "master" for backwards compatibility.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions