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
- Host: GitHub
- URL: https://github.com/codeeditapp/githubbot
- Owner: CodeEditApp
- License: mit
- Created: 2022-04-22T20:12:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-16T18:09:56.000Z (almost 3 years ago)
- Last Synced: 2025-04-04T08:22:26.252Z (8 months ago)
- Language: JavaScript
- Homepage: github-bot-bice.vercel.app
- Size: 164 KB
- Stars: 8
- Watchers: 3
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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. |