-
Notifications
You must be signed in to change notification settings - Fork 43
Update campaign docs to reflect workflows with imports pattern #12685
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
|
@copilot Give me an overview of what setting |
Setting 1. Automatic Safe-Outputs Configuration
2. Project URL Association 3. Token Configuration Configuration Options: Simple (string): project: https://github.com/orgs/myorg/projects/123Advanced (object): project:
url: https://github.com/orgs/myorg/projects/123
scope: [owner/repo1, org:myorg] # Repos/orgs this workflow operates on
max-updates: 50 # Override default (100)
max-status-updates: 2 # Override default (1)
github-token: ${{ secrets.CUSTOM_TOKEN }}
do-not-downgrade-done-items: true # Prevent moving completed items backwardThis replaces the deprecated |
|
@copilot Only document |
Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
Done in 16b2868. Removed all advanced configuration options and migration guide examples. Documentation now only shows the simple string format: project: https://github.com/orgs/myorg/projects/1Changes:
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:
If you need me to access, download, or install something from one of these locations, you can either:
|
|
@copilot Remove the cli commands page, they don't exist anymore as campaigns are just regular agentic workflows now. |
|
@copilot Remove invalid links from docs. |
Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
Done in f44aba0. Removed invalid links to deleted campaign pages: From
From
All remaining links now point to existing pages. |
|
@copilot We no longer have campaign specs, just regular workflows with optional |
Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
Done in 99388dd. Updated all campaign documentation to reflect the current implementation: Key changes:
Documentation now shows: ---
name: Dependabot Burner
on:
schedule: daily
workflow_dispatch:
imports:
- shared/campaign.md
---
# Dependabot Burner
- Project URL: https://github.com/orgs/myorg/projects/1
- Campaign ID: dependabot-burner
Find all open Dependabot PRs and add them to the project.The docs now accurately reflect that campaigns are regular workflows that optionally use |
Updated the title and description of the campaigns guide. Changed 'Campaign Orchestration' to 'About Campaigns' and revised the definition to clarify the concept of Agentic Campaigns.
|
@copilot Remove invalid links from docs. |
Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
Update campaign docs to reflect workflows with imports pattern
The
.campaign.mdfile format has been removed. Documentation incorrectly still referenced "campaign specs" when campaigns are actually just regular workflows with optionalimportsfor orchestration.Changes
creating-campaigns.md,lifecycle.md,cli-commands.md,specs.md) describing orchestrator generation and campaign-specific CLI commands.campaign.mdformat examplesimports: [shared/campaign.md]for standard orchestrationCurrent Implementation
Documentation now shows campaigns as regular workflows with optional imports:
Key concepts:
importsfor orchestrationproject:field for GitHub Projects trackingshared/campaign.mdAll broken links removed:
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.