Jason Etcovitch

Results 30 issues of Jason Etcovitch

Currently, ci-reporter will not work for private repositories because the CI providers that private repos use require an API key for private builds. Here are the things that need to...

Error logs are big and verbose which is extremely helpful, but only until the build is passing again. **ci-reporter** should hide the previous error logs when a PR is passing....

I've seen a couple of error logs coming back double-spaced; example: https://github.com/probot/probot/pull/462#issuecomment-374998874 Not sure why this is happening, but requires investigation to avoid spammy giant comments.

bug

Looking through some logs I'm seeing a lot of statuses from Circle CI with a context following this scheme: ``` ci/circleci: SOMETHING USER DEFINED ``` Right now, ci-reporter will ignore...

If builds are failing, and ci-reporter is commenting, it'd be great to fold the original comment once the build starts passing again. That way there's no jarring "giant error message"...

enhancement

Updates `probot-ts` (which is currently deployed and working as expected) to `5.0.4` 🎉 Closes #30

👋 I've noticed that this silently fails (doesn't post a comment) if the repository doesn't have a `.github/config.yml` file. I'm not sure how `probot-config` works, but looking at it I'd...

Heyo 👋 I'm having trouble disabling the annotations. After searching through some issues, I've tried out the following: ```jsx ``` As I understand it, setting either `setOptions.useWorker` or `editorProps.$useWorker` to...

bug
help wanted
good first issue
Documentation

Including, but not limited to, this one.

Hey folks, I heard about this [on your amazing podcast spot](https://changelog.com/podcast/264) and thought about it a little. Have y'all seen [Prettier](https://github.com/prettier/prettier)? I think we could make use of that here....