-
Notifications
You must be signed in to change notification settings - Fork 3
Description
GitHub tells me that my iceberg-dbt branch is 1 commit behind master.
I create the suggested Pull Request to merge the change (the addition of the Apache 2.0 License by @HeatherAck).
This creates a DCO problem (because the license was not checked in correctly?)
I attempt to fix this by following instructions that result in an absolutely empty commit. (Which elsewhere GitHub helpfully warns me will wreak future havoc on further attempts to correct "simple" check-in and branch edits caused by inevitable DCO problems.)
So now I have effectively done nothing, except to put my branch in a more precarious position that it was in previously.
The real problem is likely that I created a branch without the proper upstream tagging and GitHub is merely throwing random suggestions at me that are at most unhelpful. How many others are having the same troubles? Does it make sense to "look for trouble" via some automated search of our repos?