pat42w / EF_Portfolio_Optimization

This project aims to test Portfolio Optimization methods on stock data in python.
MIT License
2 stars 0 forks source link

Main branch protected #17

Open eohara-ie opened 3 years ago

eohara-ie commented 3 years ago

Getting this when pushing to main branch

PS C:\Users\eogha\EF_Portfolio_Optimization> git push
Enter passphrase for key '/c/Users/eogha/.ssh/id_ed25519': 
Enumerating objects: 12, done.
Counting objects: 100% (10/10), done.
Delta compression using up to 8 threads
Compressing objects: 100% (6/6), done.
Writing objects: 100% (6/6), 7.33 MiB | 84.00 KiB/s, done.
Total 6 (delta 4), reused 0 (delta 0), pack-reused 0
remote: Resolving deltas: 100% (4/4), completed with 2 local objects.
remote: error: GH006: Protected branch update failed for refs/heads/main.
remote: error: At least 2 approving reviews are required by reviewers with write access.
To github.com:pat42w/EF_Portfolio_Optimization.git
 ! [remote rejected] main -> main (protected branch hook declined)
error: failed to push some refs to 'github.com:pat42w/EF_Portfolio_Optimization.git'

I think I have unsufficient perms @pat42w

pat42w commented 3 years ago

The main branch is now protected & requires 2 reviewers to review prior to pulling. Going forward please make pull requests into the dev_branch from your personal branch. We will then make stable, structured merges to main with release notes as needed going forward.

We will add Contributing guidelines to outline this process.

pat42w commented 3 years ago

We will add Contributing guidelines to outline this process.