Dylan Smith
Dylan Smith
We could also consider making the timestamps inside the verbose log files more precise (include seconds/milliseconds). this would be helpful when trying to diagnose performance issues.
Another potential issue with our current logging strategy is if you run multiple CLI commands within the same second they can end up trying to write to the same log...
Since we're no longer planning to support migrations TO GHAE I'm closing this issue.
Closing this because it's super stale. If the team decides to pick it back up we can always re-open.
I don't think so. We have 3 Actions workflows (CI.yml, integration-tests.yml, and publish-test-results.yml). We are currently only explicitly setting permissions in publish-test-results.yml
Closing this as we're not likely to revive it at this point.
Another example where this would maybe have fixed it. The assert was failing because github said the target repo was empty. Giving a 409 response. We actually already had it...
again: https://github.com/github/gh-gei/actions/runs/4661033313/jobs/8249873931#step:12:332
again: https://github.com/github/gh-gei/actions/runs/4668719279/jobs/8266264780?pr=952#step:12:293
FYI we have twice in the past upgraded from v2 -> v3 of this action, and both times rolled it back. See details here: - https://github.com/github/gh-gei/pull/940 - https://github.com/github/gh-gei/pull/1044