Caleb Williams [SSW]

Results 11 comments of Caleb Williams [SSW]

CC: @wicksipedia, @Marxoz, @isaaclombardssw Re-opening this because this it seems like an important issue. I managed to save a markdown file with white space in the name which caused a...

This issue occurs when creating new files too

I've created a sample repo for this here: https://github.com/Calinator444/docustein-test-repo ### Content auditing We can audit the using a model inside of a GitHub action inside of GitHub models. **Figure: Simple...

I've updated the GitHub action to log issues for each file it finds full of improvements **Figure: example issues by GitHub action** **Figure: example suggestion by GitHub action**

In theory we can modify posts after checking them using mutations, however these don't seem to work in production. I've tried calling the API using the same mutations that worked...

> In theory we can modify posts after checking them using mutations, however these don't seem to work in production. I've tried calling the API using the same mutations that...

I managed to create PRs with updates for the "lastChecked" field using a script to update the markdown inside of an action.

Unfortunately this won't be ready for Sprint Review. I still need to finish updating the guide and making the GitHub action public. **Figure: Current guide (WIP)** **Figure: script for adding...

I've updated the steps to mention a couple of decisions we're going to make - We're not going to use mutations to make changes via TinaCloud (yet) because this requires...

✅ Done > Querying content from TinaCloud using a GitHub action We can do this at the moment by calling TinaCloud using Curl/fetch. We would like to have an action...