You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Labels are helpful tags which users can use to sort and manage issues/PRs for their GitHub repository. From the documentation:
You can manage your work on GitHub by creating labels to categorize issues and pull requests. You can apply labels in the repository the label was created in. Once a label exists, you can use the label on any issue or pull request within that repository.
This issue consists of adding a new event for the bot to track. You'll be updating the bot to make sure that users can be notified when labels are added/modified/deleted in their repository.
Labels are helpful tags which users can use to sort and manage issues/PRs for their GitHub repository. From the documentation:
This issue consists of adding a new event for the bot to track. You'll be updating the bot to make sure that users can be notified when labels are added/modified/deleted in their repository.
These are the steps to do so:
LABEL_UPDATED
toEventType
enum. #7Label
model. #8LabelUpdateEventParser
. #9elif
clause tocompose_message
forLABEL_UPDATED
event. #10More information can be found in the individual issues.
Leave a comment if you have any doubts.
The text was updated successfully, but these errors were encountered: