Add blog posts#1
Merged
Merged
Conversation
Seems that it hadn’t autosaved in vscode
Contributor
Author
|
Hey @nasouh94 @m-triassi, not entirely sure this will work. Mostly because of the dual blog aspect, examples I'd seen just do one, so sort of leaning on chatgpt not hallucinating So, unless you've got a handy way to test this easily @m-triassi it'd be a just merge it in and see if it works |
m-triassi
requested changes
Aug 13, 2025
m-triassi
left a comment
There was a problem hiding this comment.
looks like this is possible but we need to take a slightly different approach to change the start and end tags :)
m-triassi
approved these changes
Aug 14, 2025
m-triassi
left a comment
There was a problem hiding this comment.
so this should technically work fine, afics, just that one call out about race conditions, might be worth considering
davekellam
added a commit
that referenced
this pull request
Aug 14, 2025
davekellam
added a commit
that referenced
this pull request
Aug 14, 2025
davekellam
added a commit
that referenced
this pull request
Aug 14, 2025
It was trying to write to the readme in the root of the repo #1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Little rainy day lunchtime chatgpt github workflow experiment to see about adding blog posts to the org readm. i'd seen it on someone's profile a little ways back and wanted to try for an org.
This pull request introduces an automated workflow to keep the organization profile README up to date with the latest blog posts from both the main blog and DEV blog. It also updates the README to display these blog posts dynamically.
Automation and workflow improvements:
.github/workflows/update-readme.yml) that runs daily and on demand to update the README with the latest posts from the main blog and DEV blog using theblog-post-workflowaction.README enhancements:
profile/README.mdto include new sections for "Latest from Our Main Blog" and "Latest from Our DEV Blog", with placeholders for automated blog post lists.altattribute.