github-slack-bot icon indicating copy to clipboard operation
github-slack-bot copied to clipboard

A Slack bot that concisely and precisely informs users of events on GitHub.

Results 10 github-slack-bot issues
Sort by recently updated
recently updated
newest added

In this issue, you'll add a new member to the `EventType` enum present in the file `bot/models/github/event_type.py` The name of the member will be `LABEL_UPDATED` The keyword for the member...

good first issue
EASY
open-source-odyssey

### This issue depends upon the issues #7 and #8 and thus can be only attempted after those issues are closed. In this issue, you'll add a new GitHub parser...

MEDIUM
open-source-odyssey

In this issue, you'll add a new model class `Label` and a new member `label` to the `GitHubEvent` class. # Step 1 ## Create new model class For this step,...

MEDIUM
open-source-odyssey

In this issue, you'll add a new model class `WikiPage` and a new member `wiki_pages` to the `GitHubEvent` class. # Step 1 ## Create new model class For this step,...

MEDIUM
open-source-odyssey

### This issue depends upon the issues #7 and #8 and thus can be only attempted after those issues are closed. In this issue, you'll add an `elif` clause to...

EASY
open-source-odyssey

Labels are helpful tags which users can use to sort and manage issues/PRs for their GitHub repository. From the [documentation](https://docs.github.com/en/github-ae@latest/issues/using-labels-and-milestones-to-track-work/managing-labels): > You can manage your work on GitHub by creating...

tracker
open-source-odyssey

### This issue depends upon the issues #2 and #3 and thus can be only attempted after those issues are closed. In this issue, you'll add a new GitHub parser...

MEDIUM
open-source-odyssey

Wiki pages are helpful markdown pages where users can add documentation for their GitHub repository. From the [documentation](https://docs.github.com/en/github-ae@latest/communities/documenting-your-project-with-wikis/about-wikis): > Every repository on GitHub comes equipped with a section for hosting...

tracker
open-source-odyssey

In this issue, you'll add a new member to the `EventType` enum present in the file `bot/models/github/event_type.py` The name of the member will be `WIKI_UPDATED` The keyword for the member...

good first issue
EASY
open-source-odyssey

### This issue depends upon the issues #2 and #3 and thus can be only attempted after those issues are closed. In this issue, you'll add an `elif` clause to...

MEDIUM
open-source-odyssey