#38 add create_pr function
Merged by cverna. Opened by lenkaseg.
lenkaseg/libpagure PR_create  into  master

Download 38.patch

Adding a function to create a pull request.

Signed-off-by: Lenka Segura lenka@sepu.cz

Format this dictionary like this

        payload = {
            "title": title,
            "branch_to": branch_to,
            "branch_from": branch_from,
        }

LGTM other than that one minor fix.

rebased onto adb0b0e068d676559d16db854d804e1e68514f23

rebased onto 661db4c6f53e4fe977373a02f2efcb089d127bb5

Done.
I also removed the forgotten 'repo' from the parameters.

I think repo needs to be removed from the doc too :-)

true :)

rebased onto 6bb72ca12922fc14b00dd301e80a9ea4551a0cae

Thanks :thumbsup:

Pull-Request has been merged by cverna

Metadata