<div dir="ltr"><div>Hi all,<br><br>During the last QGIS Open Day, Rosa made a talk about how she became a docs contributor (if you did not see it, worth a watch [0]). One point raised by some attendees is the not-so-obvious way for beginners to have their branches (mainly master) aligned with the upstream repo. Actually a general issue with github web interface.</div><div><br></div><div>I stumbled upon the "Fork Sync With Upstream" [1] github action few days ago and implemented the workflow in my fork [2]. Having no git tool on the main machines I work with, it's something I began to use and I see this as an easy opportunity to quickly be inline with upstream and contribute directly from within github website (and avoid those patch-xxx branches). Some runs at [3](*).<br></div><div><br></div><div>Could this be of a greater interest, and something to set up in our repo (don't know how and I'm not a github actions guru)?<br><br></div>(*) it works well on my qgis docs repo [4]. For the code repo, it works nicely with release-* but fails on master due to some workflows permission. I also would like to run "pull --rebase" but no success, yet. Any help would be more than welcome. Thanks.<br><div><br>[0] <a href="https://www.youtube.com/watch?v=ckrAg6azip8" target="_blank">https://www.youtube.com/watch?v=ckrAg6azip8</a><br>[1] <a href="https://github.com/marketplace/actions/fork-sync-with-upstream">https://github.com/marketplace/actions/fork-sync-with-upstream</a><br>[2] <a href="https://github.com/qgis/QGIS/compare/master...DelazJ:main2">https://github.com/qgis/QGIS/compare/master...DelazJ:main2</a><div>[3] <a href="https://github.com/DelazJ/QGIS/actions/workflows/sync_branches.yml">https://github.com/DelazJ/QGIS/actions/workflows/sync_branches.yml</a></div><div>[4] <a href="https://github.com/DelazJ/QGIS-Documentation/actions/workflows/branchUpdates.yml">https://github.com/DelazJ/QGIS-Documentation/actions/workflows/branchUpdates.yml</a></div><div><br></div><div>Looking forward,</div><div><br></div><div>Regards<br></div><div>Harrissou<br></div><br></div></div>