Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hellno committed Sep 3, 2023
2 parents 7193541 + a56b526 commit 30c5def
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions sweep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,15 @@

# If you use this be sure to frequently sync your default branch(main, master) to dev.
branch: 'main'
blocked_dirs: [".github/"]
# By default Sweep will read the logs and outputs from your existing Github Actions. To disable this, set this to false.
gha_enabled: True
# This is the description of your project. It will be used by sweep when creating PRs. You can tell Sweep what's unique about your project, what frameworks you use, or anything else you want.
# Here's an example: sweepai/sweep is a python project. The main api endpoints are in sweepai/api.py. Write code that adheres to PEP8.
description: 'herocast is a desktop app built with React and Tauri as a power-user client for Farcaster (a sufficiently decentralized social media platform)'
docs: {'tauri': 'https://tauri.app/v1/', 'rust': 'https://doc.rust-lang.org/book/', 'react': 'https://react.dev/reference/react'}
description: 'herocast is a web and desktop app built with React and Tauri as a power-user client for the Farcaster protocol (a sufficiently decentralized social media platform)'
# Default Values: https://github.com/sweepai/sweep/blob/main/sweep.yaml

docs:
hub-nodejs: ["https://github.com/farcasterxyz/hub-monorepo/blob/main/packages/hub-nodejs/docs/README.md", "We use hub monorepo nodejs web to interact with the Farcaster protocol"]
react-js: ["https://react.dev/reference/react", "We use react js as our frontend framework"]
tauri: ["https://tauri.app/v1/", "Tauri is our vector database"]

0 comments on commit 30c5def

Please sign in to comment.