@@ -49,7 +49,7 @@ safe-outputs:
4949 layout : table
5050 github-token : ${{ secrets.SMOKE_PROJECT_GITHUB_TOKEN }}
5151 create-project-status-update :
52- max : 5
52+ max : 1
5353 project : " https://github.com/orgs/github-agentic-workflows/projects/1"
5454 github-token : ${{ secrets.SMOKE_PROJECT_GITHUB_TOKEN }}
5555 messages :
@@ -69,26 +69,26 @@ strict: true
6969## Test Requirements
7070
71711 . ** Project Operations Testing** : Use project-related safe-output tools to validate multiple project features against the real project configured in the frontmatter. Steps:
72-
72+
7373 a. ** Draft Issue Creation** : Call ` update_project ` with:
7474 - ` project ` : "https://github.com/orgs/github-agentic-workflows/projects/1 " (explicit project URL required)
7575 - ` content_type ` : "draft_issue"
7676 - ` draft_title ` : "Smoke Test Draft Issue - Run ${{ github.run_id }}"
7777 - ` draft_body ` : "Test draft issue for smoke test validation"
7878 - ` fields ` : ` {"Status": "Todo", "Priority": "High"} `
79-
79+
8080 b. ** Field Creation with New Fields** : Call ` update_project ` with draft issue including new custom fields:
8181 - ` project ` : "https://github.com/orgs/github-agentic-workflows/projects/1 " (explicit project URL required)
8282 - ` content_type ` : "draft_issue"
8383 - ` draft_title ` : "Smoke Test Draft Issue with Custom Fields - Run ${{ github.run_id }}"
8484 - ` fields ` : ` {"Status": "Todo", "Priority": "High", "Team": "Engineering", "Sprint": "Q1-2026"} `
85-
85+
8686 c. ** Field Update** : Call ` update_project ` again with the same draft issue to update fields:
8787 - ` project ` : "https://github.com/orgs/github-agentic-workflows/projects/1 " (explicit project URL required)
8888 - ` content_type ` : "draft_issue"
8989 - ` draft_title ` : "Smoke Test Draft Issue - Run ${{ github.run_id }}"
9090 - ` fields ` : ` {"Status": "In Progress", "Priority": "Medium"} `
91-
91+
9292 d. ** Existing Issue Addition** : Use GitHub MCP to find any open issue from ${{ github.repository }}, then call ` update_project ` with:
9393 - ` project ` : "https://github.com/orgs/github-agentic-workflows/projects/1 " (explicit project URL required)
9494 - ` content_type ` : "issue"
0 commit comments