Maxime
Maxime
Here are some of the related tickets required for this implementation: - https://github.com/nuwave/lighthouse/issues/2053 - https://github.com/nuwave/lighthouse/issues/2068
Is that what this issue is about: https://github.com/nuwave/lighthouse/issues/2053 ?
@kbatuigas this is not working, triggering tags is `v1.0.1` and the regex should match ```yaml version: 2.1 [...] workflows: [...] production: when: matches: pattern: /v[0-9]+(\.[0-9]+)*([^-])*$/ value: > jobs: - job_1...
Also, once you add these filters to all the jobs, the breadcrumbs in the dashboard are broken because the workflow is not triggered by a branch
What @micahr says ^^ +1
That's not a NextJS issue, your types looks fine. I think it's because your icon is optional in contentful, hence the URL to the icon image can be `undefined`. If...
I ended up creating profile folders in our CI steps ``` mkdir -b "~/.config/rover/profiles/$PROFILE_NAME" echo "api_key = \"$API_KEY\"" > ~/.config/rover/profiles/$PROFILE_NAME/.sensitive ``` While testing this, I've noticed that the `APOLLO_KEY` env...
> Just dropping protocol support because the protocol is not maintained anymore doesn't do graphql a favor It's not dropping protocols 🤔. From my understanding websocket is still supported but...
I ended up here after battling with the documentation. There is no documented alternative to these deprecated resources and arguments. Would be nice to update the actual doc it instead...
should `newrelic_alert_policy_channel` mention `newrelic_workflow`. This has been reported back in August last year and the doc is still not updated. This terraform documentation needs a good clean up, there is...