You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed there's unfortunate race conditions with this on a project. More than once, I've been editing a PR description and this job has reverted my changes. I wonder if there's a version ID we can pass in that will cause GitHub to error out if the PR description has been modified.
I think this is also conflicting with Renovate, as I've seen updates from it where the lock diff table shows up, and others when it doesn't.
Not using DDEV to generate composer-lock-diff information was much faster in our tests.
Time comparison (with and without DDEV)
The difference was from 4 minutes to 30 seconds.
The code
This is the code we are using for that workflow:
The text was updated successfully, but these errors were encountered: