Burak Yigit Kaya

Results 343 comments of Burak Yigit Kaya

@Lms24 newest versions of Craft use [`github` as the default status provider](https://github.com/getsentry/craft#status-provider). Let me look into your runs.

Very first step would be to change this line: https://github.com/getsentry/sentry-javascript/blob/99e347907812873cc0c832aa25968c3db6587af1/.craft.yml#L1 To say `1.4.2` instead of `0.23.1`. I don't remember when we change the defaults for the context but the more...

If you look at the logs starting from here: https://github.com/getsentry/publish/actions/runs/5715907847/job/15486244767#step:10:80 It actually just waits for all the checks to pass. The `context` parameter is to give it an explicit list...

So here in the artifact upload job for the failed publish, it says it successfully uploaded the artifacts at 23 past the hour: https://github.com/getsentry/sentry-javascript/actions/runs/5715683859/job/15485977459#step:6:970 The publish job fails at 27...

My pleasure! >I'm confused now. I thought we just always use the latest craft version when starting a release via getsentry/publish? We only recently were blocked by a bug in...

The artifacts however are available here: https://github.com/getsentry/sentry-javascript/actions/runs/5752023602 I'd definitely raise this with GitHub Support. Again, I suspect it may have todo something with the number of files or the size...

>Shouldn't the status provider in Craft only start downloading artifacts once the entire action completed (by default)? I have a feeling that the artifacts might only be available once the...

Actions endpoint should it be used here as that's specific to GitHub actions but the GitHub status provider (and GitHub status checks) are independent from GitHub Actions. You may wanna...

@adamvoss is there any possibility to replace the parser witn `yawn-yaml` as @fullc0ntr0l suggested? I can open a PR if you are okay with the idea.

Good idea but not sure if this is really possible. May be eslint/espree does it. Are you willing to submit a pull request?