diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-06-09 11:46:10 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-06-09 11:46:10 -0300 |
commit | b995af7aa1001685ab584da9017550b61791b172 (patch) | |
tree | 9a04926d06e36593394db881f20f0fa266f37cac /herculeswrapper | |
parent | 5aa62e4e94b1dae37633a92f54c7ffd02b5f3805 (diff) | |
download | tools-b995af7aa1001685ab584da9017550b61791b172.tar.gz tools-b995af7aa1001685ab584da9017550b61791b172.tar.bz2 tools-b995af7aa1001685ab584da9017550b61791b172.tar.xz tools-b995af7aa1001685ab584da9017550b61791b172.zip |
New Git URLs
Diffstat (limited to 'herculeswrapper')
-rw-r--r-- | herculeswrapper/herc-map-wrapper-config.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/herculeswrapper/herc-map-wrapper-config.example b/herculeswrapper/herc-map-wrapper-config.example index b3afd8d..67a70a0 100644 --- a/herculeswrapper/herc-map-wrapper-config.example +++ b/herculeswrapper/herc-map-wrapper-config.example @@ -24,7 +24,7 @@ python -c ' oauth = "01234567890123456789" import requests -issues = requests.get("https://gitlab.com/api/v3/projects/%d/merge_requests" % '$1', params={"state": "opened"}, headers={"PRIVATE-TOKEN": "%s" % oauth, "Accept": "application/vnd.gitlab.v3+json"}) +issues = requests.get("https://git.themanaworld.org/api/v3/projects/%d/merge_requests" % '$1', params={"state": "opened"}, headers={"PRIVATE-TOKEN": "%s" % oauth, "Accept": "application/vnd.gitlab.v3+json"}) issues.raise_for_status() for issue in issues.json(): if "test" in issue["labels"]: |