With the default configuration, Pull will/might stop working when upstream renames their default branch from master to main, or any other name.
The easiest solution is to create a new branch called main like so:

With this change, Pull app will automatically pull in upstream's main to your main branch.
You can then set the main branch as your new default branch (optional).