tldr-bot icon indicating copy to clipboard operation
tldr-bot copied to clipboard

A simple bot that performs automation tasks on the main tldr repo

Results 4 tldr-bot issues
Sort by recently updated
recently updated
newest added

When you approve a PR which can't yet be merged, because it was just opened a few hours ago, you prabably mark the notification as done. This either leads to...

enhancement

I recently wrote a Python script, [`set-more-info-link.py`](https://github.com/tldr-pages/tldr/blob/3252dab36b59a29f7c2efb637537d3dd366e1440/scripts/set-more-info-link.py) (https://github.com/tldr-pages/tldr/pull/5654) that takes a page in the format `platform/page.md` and a link, and adds/updates the link in the page and all translations using...

enhancement

As @agnivade noted in [#6 (comment)](https://github.com/tldr-pages/tldr-bot/pull/6#discussion_r346658163), a package management tool like Poetry (https://poetry.eustace.io) should be used to capture the dependencies in a `Pyproject.toml` file.

enhancement

This was first suggested in https://github.com/tldr-pages/tldr/pull/1380#issuecomment-302349497. Ideally the error messages would be more human-friendly. Currently they look like this: >The [build](https://travis-ci.org/tldr-pages/tldr/builds/233382895) for this PR has failed with the following message:...