You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can see how this is currently a bit confusing. The default is to fork (fork:true). I think for the github action we wanted to have the opposite so fork:false.
According to this: https://github.com/sorenlouv/backport/blob/main/docs/config-file-options.md#fork
The backport action should create the PRs in its own fork, we use it here with a PAT: eclipse-tycho/tycho#3547
but the branches are created in the main repository while I would expect it to be placed in a forked one of the bot.
This currently leads to branches piling up what is not nice: https://github.com/eclipse-tycho/tycho/branches
The text was updated successfully, but these errors were encountered: