jaredpar / runfo

Collection of utilities for working with our devops infrastructure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Runfo edits issues when there is no change

ericstj opened this issue · comments

I noticed that Runfo will continuously edit live issues, filling up the issue edit history and making it very difficult to go back and see trends. @ViktorHofer also mentioned that this is unbounded growth the GitHub's issue storage as well.

@ViktorHofer also mentioned that this is unbounded growth the GitHub's issue storage as well.

How do you view this? Never seen issue storage displayed anywhere before.

I noticed that Runfo will continuously edit live issues, filling up the issue edit history and making it very difficult to go back and see trends

Let me see how easy that is to fix.

Verified the fix is working

2022-08-05T02:37:14.550 [Information] Executing 'issues-update-manual' (Reason='This function was programmatically called via the host APIs.', Id=b7397ac2-d2ce-4372-adff-ac95803705d6)
2022-08-05T02:37:17.122 [Information] Updating 415
2022-08-05T02:37:19.475 [Information] No change in body, skipping update
2022-08-05T02:37:19.476 [Information] Updated dotnet/runtime#73343
2022-08-05T02:37:19.486 [Information] Executed 'issues-update-manual' (Succeeded, Id=b7397ac2-d2ce-4372-adff-ac95803705d6, Duration=5558ms)

How do you view this? Never seen issue storage displayed anywhere before.

AFAIK there's no way to access that data but these unnecessary updates might cause storage issues eventually. We saw something similar in dotnet/runtime#68440 which we fixed by cleaning up the old workflow runs.