Skip to content

flows-network/issue-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Issue Tracker

flows.network Discord flows.network Twitter Create a flow

Deploy this function on flows.network, and you will get a Discord 🤖 to sync with the GitHub issues with specified labels. Label helps the open-source projects manage the GitHub issues. This bot can help DevRel and maintainers of open-source projects to interact with the community based on different labels automatically! For example, we can build a bot to send the GitHub issue with good first issue to the contributor channel on Discord based on this template.

image

The issues will appear as separate threads, and any updates made to the issue on GitHub, such as adding a new label or comment, will be synchronized with the corresponding thread on Discord.

Deploy your own GitHub issue tracker bot in 3 simple steps

  1. Create a bot from a template
  2. Configure the bot on a Discord channel
  3. Configure the bot to monitor the GitHub repo

0 Prerequisites

You will 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 Configure the bot to access Discord

You will now set up the Discord integration. Enter the discord_channel_id and discord_token to configure the bot. Click here to learn how to get a Discord channel id and Discord bot token.

  • discord_channel_id: specify the channel where you wish to deploy the bot. You can copy and paste the final set of serial numbers from the URL.
  • discord_token: get the Discord token from the Discord Developer Portal. This is standalone.

image

3 Configure the bot to access GitHub

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

  • github_owner: GitHub org for the repo you want to deploy the 🤖 on.
  • github_repo : GitHub repo you want to deploy the 🤖 on.
  • labels: the labels of GitHub issues that you want to monitor. Multiple labels are supported

Let's see an example. You would like to deploy the bot to monitor the issues with good first issue and help wanted on WasmEdge/docs repo. Here github_owner = WasmEdge, github_repo = docs and lables - good first issue, help wanted.

image

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 track the GitHub issues! The bot is triggered by a GitHub issue labeled with specified labels.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages