Skip to content

Add workflow to provision GitHub Project board columns#3

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/update-board-columns
Draft

Add workflow to provision GitHub Project board columns#3
Copilot wants to merge 2 commits intomainfrom
copilot/update-board-columns

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 19, 2026

The repository had no project board configured. This adds a workflow_dispatch workflow to create a classic GitHub Project board named "Board" with the required columns.

Changes

  • .github/workflows/setup-project-board.yml — manually triggered workflow that:
    • Finds or creates a repo-level project named Board
    • Ensures all five columns exist in order: BacklogReady for AgentIn ProgressReviewDone
    • Skips columns that already exist (idempotent, safe to re-run)
    • Fails fast with a descriptive message if any column creation errors

Usage

After merging: Actions → Setup Project Board → Run workflow

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://api.github.com/graphql
    • Triggering command: /usr/bin/gh gh workflow run setup-project-board.yml --repo dansbands/dansbands.github.io (http block)

If you need me to access, download, or install something from one of these locations, you can either:


💬 Send tasks to Copilot coding agent from Slack and Teams to turn conversations into code. Copilot posts an update in your thread when it's finished.

@vercel
Copy link
Copy Markdown

vercel bot commented Mar 19, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
dansbands-github-io Ready Ready Preview, Comment Mar 19, 2026 4:14pm

Co-authored-by: dansbands <28971854+dansbands@users.noreply.github.com>
Copilot AI changed the title [WIP] Update board to include new column structure Add workflow to provision GitHub Project board columns Mar 19, 2026
Copilot AI requested a review from dansbands March 19, 2026 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants