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
Avoid conflicts in PRs created via os-autoinst-obs-auto-submit
Base the PRs always on the latest version of the target branch (e.g. on
`parent/leap-16.0` where parent is the remote
`[email protected]:pool/openQA.git` as configured by `git-obs`) to
avoid creating PRs that are in conflict.
Tested by adding a dummy commit on my forks branch and running the script
locally. It created a PR with the dummy commit. Then I ran with script
again with the changes of this PR and now the dummy commit is removed
resulting in a clean PR. This is visible in the history of
https://src.opensuse.org/pool/openQA/pulls/7.
0 commit comments