potiuk commented on PR #30477: URL: https://github.com/apache/airflow/pull/30477#issuecomment-1497075781
> @hussein-awala to avoid the UI rebase bug causing a [problem](https://github.com/apache/airflow/pull/30428#discussion_r1157785329), what steps did you execute/run to locally clean your branch when you faced the problem? > > And is there a way to reuse the same PR when the problem occurs or do we need to open new PRs for the force pushes? You need to have your branch rebased onto the apache/main and you need to push your branch with `--force` to your fork. That should be enough. See the command line instructiin in "how to rebase" section in CONTRIBUTING docs. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
