https://github.com/flows-network/create-github-issue-workflow-fails
https://github.com/flows-network/create-github-issue-workflow-fails
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/flows-network/create-github-issue-workflow-fails
- Owner: flows-network
- License: gpl-3.0
- Created: 2023-03-27T19:13:59.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-31T11:01:59.000Z (about 2 years ago)
- Last Synced: 2024-05-22T00:11:07.061Z (12 months ago)
- Language: Rust
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
A GitHub App that files an GitHub issue when user's workflow action fails
[Deploy this function on flows.network](#deploy-this-bot-on-your-github-repo), and you will get a GitHub app that creating a GitHub issue automatically when the github workflow action fails. It helps maintainers and PR creators to track issue. The title of this issue is the name of your GitHub Action workflows.

## Deploy this bot on your GitHub repo
To install the GitHub Actions Reminder GitHub App, we will use [flows.network](https://flows.network/), a serverless platform that makes deploying your own app quick and easy in just three steps.
### Fork this repo
Fork [this repo](https://github.com/flows-network/create-github-issue-workflow-fails/) and customize the code based on your needs.
### Deploy the code on flow.network
1. Sign up for an account for deploying flows on [flows.network](https://flows.network/). It's free.
2. Click on the "Create a Flow" button to start deploying the App
3. Authenticate the [flows.network](https://flows.network/) to access the `create-github-issue-workflow-fails` repo you just forked.
4. click the Deploy button to deploy your function.
### Configure SaaS integrations
After that, the flows.network will direct you to configure the SaaS integration required by your flow. Here we can see, we need to configue one SaaS integration.
Click the "Connect/+ Add new authentication" button to authenticate your GitHub account. You'll be redirected to a new page where you must grant [flows.network](https://flows.network/) permission to install the `flows-network-integration` bot on a repo. This repo is the one you entered into the code above.
After that, click the Check button to see your flow details. As soon as the flow function's status becomes `ready` and the flow's status became `running`, the GitHub Action Alert App goes live. Go ahead and when the action fails, you will get a GitHub issue!
> [flows.network](https://flows.network/) is still in its early stages. We would love to hear your feedback!