Skip to content

Commit

Permalink
format sweep config
Browse files Browse the repository at this point in the history
  • Loading branch information
kibagateaux committed Dec 9, 2023
1 parent dc017b1 commit 174a58d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions sweep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,23 @@ rules:
branch: 'main'

# By default Sweep will read the logs and outputs from your existing Github Actions. To disable this, set this to false.
gha_enabled: True
gha_enabled: False

# 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.
#
# Example:
#
# description: sweepai/sweep is a python project. The main api endpoints are in sweepai/api.py. Write code that adheres to PEP8.
description: > Jinni is a React Native mobile app using the Expo framework written in typescript.
description: >
Jinni is a React Native mobile app using the Expo framework written in typescript.
It is a super app wrapping other apps, services, and data sources using an simple inventory system to standardize integrations.
We aggregate data to create a tomogatchi that evolves based off your data to visualize your progress over time.
# This sets whether to create pull requests as drafts. If this is set to True, then all pull requests will be created as drafts and GitHub Actions will not be triggered.
draft: False

# This is a list of directories that Sweep will not be able to edit.
blocked_dirs: ["patches/", ".husky"]
blocked_dirs: ["patches/", ".husky/"]

# This is a list of documentation links that Sweep will use to help it understand your code. You can add links to documentation for any packages you use here.
#
Expand Down

0 comments on commit 174a58d

Please sign in to comment.