⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Feb 4, 2026

Adds blog post documenting the GitHub Issues → Copilot → publication workflow for content management. Updates copilot instructions to codify the 6-step process.

Changes

  • New post: content/posts/managing-blog-posts-with-github-copilot.md

    • Issue-based workflow mechanics (status tracking, auto-closure)
    • GitHub API integration details
    • Draft-first publication pattern with TOML frontmatter
  • Copilot instructions: Added "Content Creation Workflow with GitHub Issues" section

    • Issue creation → assignment → draft → review → publish → close
    • Merged with existing content attribution and project status rules
    • TOML frontmatter templates for Hugo compatibility

Example workflow

# Step 1: Create issue with "blog post" label
# Step 2: Assign to copilot, moves to "In Progress"
# Step 3: Generate draft
+++
date = '2026-02-04T16:25:00-05:00'
draft = true
title = 'Post Title'
+++
# Step 4: Review content
# Step 5: Publish by setting draft = false
# Step 6: Merge → issue auto-closes, moves to "Done"

Deployment triggers automatically on merge to main via existing GitHub Actions workflow.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: coreydaley <5060301+coreydaley@users.noreply.github.com>
Copilot AI changed the title [WIP] Add new blog post from backlog Add blog post on GitHub Copilot workflow automation for content management Feb 4, 2026
Copilot AI requested a review from coreydaley February 4, 2026 16:28
Co-authored-by: coreydaley <5060301+coreydaley@users.noreply.github.com>
Copilot AI changed the title Add blog post on GitHub Copilot workflow automation for content management Document issue-based content workflow in copilot instructions Feb 4, 2026
Copilot AI changed the title Document issue-based content workflow in copilot instructions Publish blog post on issue-driven content workflow Feb 4, 2026
Copilot AI requested a review from coreydaley February 4, 2026 17:01
@coreydaley coreydaley changed the title Publish blog post on issue-driven content workflow Document issue-based content workflow in copilot instructions Feb 4, 2026
@coreydaley coreydaley marked this pull request as ready for review February 4, 2026 17:02
@coreydaley coreydaley merged commit dab1e73 into main Feb 4, 2026
1 check passed
@github-project-automation github-project-automation bot moved this from Backlog to Done in Blog: coreydaley.dev Feb 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants