chollier / sedy

A GitHub bot bringing Linux sed to code reviews

Home Page:https://marmelab.com/blog/2017/02/28/sedy-the-serverless-github-bot-which-fix-typos-for-you.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

What's Sedy

Sedy is a GitHub webhook which allows pull-request reviewers to fix typos themselves by typing sed-like commands on review comments.

commit example

How it works

After installing Sedy on your repository, just type a sed-like command (s/[old text]/[new text]/) in a single comment or in a code review, and Sedy will quickly commit the fix.

Installation

On your repositories

Log into the Sedy Installer with your GitHub account and click on your repositories.

Sedy Installer

On your repositories (manually)

  • Add a webhook to your repository with these informations:
Input Value
Payload URL https://sedy.marmelab.com
Scopes Pull request review comment
  • Invite sedy-bot user as a collaborator.

That's it.

On all repositories of your organization

Sedy is not available on GitHub organizations yet. If you are interested to help, please contact marmelab for any request.

Contributing

Whether it's for a bug or a suggestion, your feedback is precious. Feel free to fill an issue. Be sure that it will be considered.

If you want to open a PR, all you need to know is written on the CONTRIBUTING.md.

License

sedy is licensed under the MIT License, and sponsored by marmelab.

About

A GitHub bot bringing Linux sed to code reviews

https://marmelab.com/blog/2017/02/28/sedy-the-serverless-github-bot-which-fix-typos-for-you.html

License:MIT License


Languages

Language:JavaScript 94.9%Language:HTML 2.7%Language:Makefile 2.1%Language:CSS 0.4%