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
Wiki pages are helpful markdown pages where users can add documentation for their GitHub repository. From the documentation:
Every repository on GitHub comes equipped with a section for hosting documentation, called a wiki. You can use your repository's wiki to share long-form content about your project, such as how to use it, how you designed it, or its core principles. A README file quickly tells what your project can do, while you can use a wiki to provide additional 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 an additional page is added to their Wikis.
Wiki pages are helpful markdown pages where users can add documentation 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 an additional page is added to their Wikis.
These are the steps to do so:
WIKI_UPDATED
toEventType
enum. #2WikiPage
model. #3WikiUpdateEventParser
. #4elif
clause tocompose_message
forWIKI_UPDATED
event. #5More 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: