An open API service indexing awesome lists of open source software.

https://github.com/codeeditapp/githubbot

A bot to assist the GitHub workflow for CodeEdit development
https://github.com/codeeditapp/githubbot

Last synced: 8 months ago
JSON representation

A bot to assist the GitHub workflow for CodeEdit development

Awesome Lists containing this project

README

          

# CodeEdit GitHubBot

A bot to assist the GitHub workflow for CodeEdit development.

It is responsible for prepending an emoji to titles when new issues are created with the following labels.

| Emoji | Label | Description |
| - | - | - |
| ๐Ÿž | bug | A defect in the code that needs to be fixed |
| โœจ | enhancement | Planned feature representing work |
| ๐Ÿงน | chore | Work that is necessary but provides no direct or obvious value to the user |
| ๐Ÿ’ก | feature request | Proposed feature representing idea |
| ๐Ÿ’ฌ | discussion | A conversation to arrive to a decision about something |
| โ“ | question | A question about how we should proceed |
| ๐Ÿšฉ | priority | Work that needs urgent attention. This replaces other emoji except for urgent if priority label is present |
| ๐Ÿ“ฌ | feedback | Only add emoji if no other label above is present |
| ๐Ÿšจ | urgent | Work that needs urgent attention. This replaces all others emoji if urgent label is present |
| ๐Ÿ‘€ | tracking | Issue that tracks other issues. |