From 0375bc50dd0b35c554b70a0a05efca28e47d1abe Mon Sep 17 00:00:00 2001 From: Jakub Surdej Date: Wed, 20 Sep 2023 10:34:42 +0200 Subject: [PATCH] Delete sweep.yaml --- sweep.yaml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 sweep.yaml diff --git a/sweep.yaml b/sweep.yaml deleted file mode 100644 index 9767a9bf..00000000 --- a/sweep.yaml +++ /dev/null @@ -1,12 +0,0 @@ -# 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: 'master' -# 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: '' - -# Default Values: https://github.com/sweepai/sweep/blob/main/sweep.yaml