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
Instead, the job should post a comment and place its information in it. That way, there's far less of an expectation that users need to manually edit the contents.
The text was updated successfully, but these errors were encountered:
The ComposerLockDiff job is subject to a race condition, where a user's changes can be reverted:
This could also go the other way, where a manual edit removes the lock diff table.
Surprisingly, this is actually a limitation of GitHub. There's no way to pass in a version ID, timestamp, or anything to ensure an underlying field of a pull request hasn't changed. Last edit wins: https://docs.github.com/en/rest/pulls/pulls?apiVersion=2022-11-28#update-a-pull-request
Instead, the job should post a comment and place its information in it. That way, there's far less of an expectation that users need to manually edit the contents.
The text was updated successfully, but these errors were encountered: