+[2019-11-20T15:45:27Z]Solitonmight even help in preventing duplicate reports. +[2019-11-20T15:47:33Z]jesopotrue +[2019-11-20T15:47:36Z]jesopothnx :) +[2019-11-20T20:30:46Z]nepalschoolguy2I have a forked repo, I have made commits to it. How can I pull from upstream but move the commits to a seperate branch? +[2019-11-20T20:31:29Z]nepalschoolguy2oh wait I can just rename the branch and pull master from upstream. nevermind :)
so that i can cherry-pick out urgent (e.g. security) fixes to master and make a patch release without including all the work for the next minor release
+[2019-11-21T03:13:12Z]snackoverflowhow can i merge a pull request from the project I forked +[2019-11-21T10:18:18Z]acebrianjuanHi all +[2019-11-21T10:18:49Z]acebrianjuanI'm trying to learn how GitHub Actions work +[2019-11-21T10:19:20Z]acebrianjuanI have a GitLab CI pipeline which I would like to replicate in GitHub actions +[2019-11-21T10:20:01Z]acebrianjuanAs far as I know, both use a .yml file to setup the pipeline