LironEr

Results 59 comments of LironEr

@armanbilge please look at https://github.com/LironEr/bundlemon/pull/117/commits/af3b8e0cf5a27d018e5765ff57a9481479f672e9, as the "get or create project ID" endpoint changed. I wanted to verify if a provider is authenticated **before** creating a project id to fail...

@armanbilge I deployed to production.

Hey, > BUT now, the check fails on the master/main branch, which makes it look like the build is failing If the target branch doesn't exist (meaning we are not...

I created separate issues to keep this one only about the "approve changes" feature (:

I started to look for a possible solution. With the current BundleMon GitHub App permissions I can fetch all PR comments, each comment has `author_association` property: ``` COLLABORATOR Author has...

Another solution is to look for a label in a PR I think only maintainers can add labels to PRs

Please create a repo with the problem and steps to reproduce the issue so I can have a look. Thanks.

Just released a fix, can you please verify it works? ```sh npm i --save-dev [email protected] ``` Thank you 👍

Released in [v3.2.1](https://github.com/LironEr/cypress-mochawesome-reporter/releases/tag/v3.2.1) Thank you for the detailed issue, really helped me to understand the problem and how to solve it (:

I tried to replicate the bug with cypress v10 and everything works as expected. Can you try to upgrade?