Skip to content

flows-network/urgent-github-issue-alert-slack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Urgent GitHub Issues Alert to Slack

flows.network Discord flows.network Twitter Create a flow

Deploy this function on flows.network, and you will get a Slack bot to send you a message when ChatGPT finds an urgent issue from the designed GitHub repo. It helps busy open-source maintainers manage GitHub issues faster!

image

When a new GitHub issue is created, ChatGPT will review the issue title, description, and comments. If ChatGPT thinks this issue is an urgent matter, you will receive a Slack message.

Deploy your own code review bot in 3 simple steps

  1. Create a bot from a template
  2. Add your OpenAI API key
  3. Configure the bot to review issues on a specified GitHub repo

0 Prerequisites

You will need to bring your own OpenAI API key. If you do not already have one, sign up here.

You will also need to sign into flows.network from your GitHub account. It is free.

1 Create a bot from a template

Just click here

Click on the Create and Build button.

2 Add your OpenAI API key

You will now set up OpenAI integration. Click on Connect, enter your key, and give it a name.

image

Close the tab and go back to the flow.network page once you are done. Click on Continue.

3 Configure the bot to access GitHub

Next, you will tell the bot which GitHub repo it needs to monitor for upcoming issues to review.

  • github_owner: GitHub org for the repo you want to deploy the 🤖 on.
  • github_repo : GitHub repo you want to deploy the 🤖 on.

Let's see an example. You would like to deploy the bot to review issues on WasmEdge/wasmedge_hyper_demo repo. Here github_owner = WasmEdge and github_repo = wasmedge_hyper_demo.

Click on the Connect or + Add new authentication button to give the function access to the GitHub repo to deploy the 🤖. You'll be redirected to a new page where you must grant flows.network permission to the repo.

image

Close the tab and go back to the flow.network page once you are done. Click on Deploy.

Wait for the magic!

This is it! You are now on the flow details page waiting for the flow function to build. As soon as the flow's status became running, the bot is ready to give code reviews! The bot is summoned by every new issue, and every new issue comment.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages