Skip to content

Commit

Permalink
Create sweep.yaml config file
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] committed Aug 3, 2023
1 parent a3cc351 commit f219989
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions sweep.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Sweep AI turns bug fixes & feature requests into code changes (https://sweep.dev)
# For details on our config file, check out our docs at https://docs.sweep.dev

# If you use this be sure to frequently sync your default branch(main, master) to dev.
branch: 'main'
# If you want to enable GitHub Actions for Sweep, set this to 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.
# 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: ''

# Default Values: https://github.com/sweepai/sweep/blob/main/sweep.yaml

0 comments on commit f219989

Please sign in to comment.