Skip to content
This repository was archived by the owner on Dec 29, 2017. It is now read-only.

Fix PR message formating #61

Open
ovv opened this issue Jul 18, 2017 · 0 comments
Open

Fix PR message formating #61

ovv opened this issue Jul 18, 2017 · 0 comments

Comments

@ovv
Copy link
Member

ovv commented Jul 18, 2017

The PR message formatting is displaying twice the PR title. It should only display it in the body of the attachment.

Line to modify: https://github.com/pyslackers/sirbot-pythondev/blob/master/pythondev/github.py#L88

            title='Pull request {action} in <{repo_url}|{name}>'.format(
                repo_url=pr.data['repository']['html_url'],
                name=pr.data['repository']['name'],
                action=pr.data['action'],
            ),
@ovv ovv changed the title Fix PR formating Fix PR message formating Jul 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant