Jeff Cook

Results 10 comments of Jeff Cook

@Gby56 which PR did you find with SARIF support? I can't find it. Also were you able to work on it?

https://pre-commit.com/ does handle this. I think it does it by doing a stash before it start running any of the tools/command. By having it run outside of the `commands:runs:` means...

It looks like scripts do run parallel. Then commands run parallel. Lefthook v1.3.3

I'm looking into this tool for use in a pre-commit hook, CI and manual use.

Can we get the `actions/checkout` action to clean up at the end of the job? The goals... - Not require the runner to run with root access - Be able...

> ideally this feature is platform independent, so the code should not reside inside bitbucket platform. > maybe it can reside inside `modules/issues/jira`, so we can later extend it to...

Is there a way to just suppress the error message instead of changing where it's run at?

It looks like 30 is the default provided by the GitHub API. https://docs.github.com/en/rest/pulls/reviews?apiVersion=2022-11-28#list-reviews-for-a-pull-request It can go up to 100.

Can danger be updated to get the max 100, or handle paging if more than 30?

> Depending on what you’re doing, would ensuring the reviews are fetched by increasing age solve your problem? > > Or are you hunting for specific reviewers or something? —...