Protected devel means that I cannot merge to it any branch, even master, without a PR.
That's why we should not merge any PRs directly to the master, everything must go to the devel first.
That is, if we follow #49.
Otherwise is like here - merging #60 to the master results in having to do this...
Protected
devel
means that I cannot merge to it any branch, evenmaster
, without a PR. That's why we should not merge any PRs directly to the master, everything must go to thedevel
first.That is, if we follow #49.
Otherwise is like here - merging #60 to the master results in having to do this...