Federico Grandi
Federico Grandi
Hi, can you provide a link to the action run and the logs, so that I can see what's happening?
I don't know how I feel about this: I get your situation, but wouldn't it be better to execute those jobs one after the other in the first place? There's...
@GreasyAvocado Since it seems like a lot of people would find it useful, I guess it's worth implementing it 😄 I'll reopen this issue and put it as pinned so...
Public schema available here: https://json.schemastore.org/all-contributors.json
Nice catch! Yeah, I built the schema from the docs, which seem to be outdated :/ I'll add `"none"` to the valid options, and maybe also open a PR to...
Btw, here's the evidence of `"none"` being a valid value, different from `""`: https://github.com/all-contributors/cli/blob/96534ec59b2e45051d517dee56967e2f9e6da371/src/init/commit-conventions.js#L33
Just opened a PR in both repos, we just need to wait for the maintainers ;)
> Would that be synced up whenever the config schema was updated? @Berkmann18 Ideally, the project itself would update the public schema for its users. But when that doesn't happen,...
Hi, thanks for reaching out! Adding support for CS:GO can be done, but I can't give you an ETA since I'll have to look where I can get the stats...
I just had the same issue in one of my repos It's caused by the fact that now new repositories use the restricted [access permissions](https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token) by default. You need to...