fedora-infra / pagure-exporter

Simple exporter tool that helps migrate repository files, data assets and issue tickets from projects on Pagure to GitLab
GNU General Public License v3.0
6 stars 6 forks source link

Expand documentation to explain branch protection #61

Closed gridhead closed 11 months ago

gridhead commented 11 months ago

Expand documentation to explain branch protection

Fixes #57

Made a few cosmetic changes along the way

jwflory commented 11 months ago

The API scopes are still missing. The project I was migrating to did not have a protected branch. Actually, it had no branches at all as a newly-created repo.

Screenshot from GitLab settings menu about protected branches. No branches are protected because no branches exist yet.

gridhead commented 11 months ago

@jwflory, I plan to solve those as separate pull requests addressing #55 and #56 respectively.

gridhead commented 11 months ago

@Zlopez, thanks for the review!