kubevirt / hyperconverged-cluster-operator

Operator pattern for managing multi-operator products

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auto-generated files creation date changes which leads to frequent rebases

iholder101 opened this issue · comments

Is this a BUG REPORT or FEATURE REQUEST?:

Uncomment only one, leave it on its own line:

/kind bug

/kind enhancement

What happened:
Since auto-generated files (e.g. kubevirt-hyperconverged-operator.v1.9.0.clusterserviceversion.yaml) contain creation dates, it means that whenever a new PR generates this file it always causes conflicts and demand rebases

For example:

<<<<<<< HEAD
    createdAt: "2023-02-23 12:59:00"
=======
    createdAt: "2023-02-12 18:30:28"
>>>>>>> c5a554a6f (virt-launcher-mutator: add handleVirtLauncherMemoryHeadroom())

What you expected to happen:
Reduce frequent need to rebase

This is only happened if two PRs are changing this file. otherwise, if this is the only change, then the sanity script knows to ignore this line.

This is done in hack/diff-csv.sh that then used by both make sanity and hack/build-manifests.sh

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

/lifecycle stale