Ryan Maleki

Results 2 issues of Ryan Maleki

I have an action that runs on both `push` into main and `pull_request_review`. The problem I'm seeing is that `configure-aws-credentials` works on push events but fails when triggered by pull_request_review...

I'm seeing in the code that there is some functionality for breaking changes: https://github.com/marvinpinto/actions/blob/9ecff5f61cbff8b2d81c3a064cb805931e730fdd/packages/automatic-releases/src/main.ts#L222 And here's the function that checks for breaking changes. https://github.com/marvinpinto/actions/blob/9ecff5f61cbff8b2d81c3a064cb805931e730fdd/packages/automatic-releases/src/utils.ts#L144 However I'm having a hard time...