Implement get_repo_settings for BitbucketProvider

This commit is contained in:
Phill Zarfos
2023-08-13 18:25:11 -04:00
parent cc7be0811a
commit f82b9620af
4 changed files with 23 additions and 1 deletions

View File

@ -92,6 +92,7 @@ pip install -r requirements.txt
```
cp pr_agent/settings/.secrets_template.toml pr_agent/settings/.secrets.toml
chmod 600 pr_agent/settings/.secrets.toml
# Edit .secrets.toml file
```