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
We encountered an instance recently where the changelog-check script got stuck. It turned out that it was because of an extra open paren in a change entry, inside of the list of linked PRs:
We encountered an instance recently where the
changelog-checkscript got stuck. It turned out that it was because of an extra open paren in a change entry, inside of the list of linked PRs:Here is the run where it stalled: https://github.com/MetaMask/core/actions/runs/20099204043/job/57666868281?pr=7430
We should ensure the
changelog-checkaction prints an error in this case rather than stalling.