-
Notifications
You must be signed in to change notification settings - Fork 6
Bogus change to test the updated smoketest.yml #110
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds test content to the README.md file to validate the updated smoketest.yml CI/CD configuration. The change adds two lines at the beginning of the README: one containing a message about testing the smoketest workflow, and one blank line.
- Adds a test line to README.md referencing the smoketest.yml
- Inserts content before the project title section
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| Bogus change to test the updated smoketest.yml | ||
|
|
Copilot
AI
Dec 4, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding test content to the top of the README disrupts the documentation structure. If this is intended as a temporary test, it should not be merged. If CI/CD testing is needed, consider using a separate test file or branch that doesn't modify production documentation.
| Bogus change to test the updated smoketest.yml |
|
smoke test |
Deployment Triggered 🚀kevinbackhouse, started a branch deployment to smoketest (branch: You can watch the progress here 🔗 Details{
"type": "branch",
"environment": {
"name": "smoketest",
"url": null
},
"deployment": {
"timestamp": "2025-12-04T13:30:33.064Z",
"logs": "https://github.com/GitHubSecurityLab/seclab-taskflow-agent/actions/runs/19930695039"
},
"git": {
"branch": "0ab9811ab4539128a91c63867694cc09bca956b4",
"commit": "0ab9811ab4539128a91c63867694cc09bca956b4",
"verified": true,
"committer": "web-flow",
"html_url": "https://github.com/GitHubSecurityLab/seclab-taskflow-agent/commit/0ab9811ab4539128a91c63867694cc09bca956b4"
},
"context": {
"actor": "kevinbackhouse",
"noop": false,
"fork": true,
"comment": {
"created_at": "2025-12-04T13:30:17Z",
"updated_at": "2025-12-04T13:30:17Z",
"body": "smoke test",
"html_url": "https://github.com/GitHubSecurityLab/seclab-taskflow-agent/pull/110#issuecomment-3612276887"
}
},
"parameters": {
"raw": null,
"parsed": null
}
} |
Deployment Results ✅kevinbackhouse successfully deployed branch Details{
"status": "success",
"environment": {
"name": "smoketest",
"url": null
},
"deployment": {
"id": 3419795456,
"timestamp": "2025-12-04T13:30:34.415Z",
"logs": "https://github.com/GitHubSecurityLab/seclab-taskflow-agent/actions/runs/19930695039",
"duration": 1
},
"git": {
"branch": "0ab9811ab4539128a91c63867694cc09bca956b4",
"commit": "0ab9811ab4539128a91c63867694cc09bca956b4",
"verified": true
},
"context": {
"actor": "kevinbackhouse",
"noop": false,
"fork": true
},
"reviews": {
"count": 1,
"decision": "APPROVED"
},
"parameters": {
"raw": null,
"parsed": null
}
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| model: gpt_default | ||
| # taskflows can optionally limit the max allowed number of Agent task loop | ||
| # iterations to complete a task, this defaults to 50 when not provided | ||
| model: kevmodel |
Copilot
AI
Dec 4, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Duplicate model key detected. Line 11 already defines model: gpt_default, and this line adds model: kevmodel. In YAML, duplicate keys at the same level will result in only the last value being used, effectively overwriting the first. This likely causes the task to use 'kevmodel' instead of 'gpt_default', which may not be the intended behavior. Remove this duplicate or clarify the intended configuration.
| model: kevmodel |
|
smoke test |
Deployment Triggered 🚀kevinbackhouse, started a branch deployment to smoketest (branch: You can watch the progress here 🔗 Details{
"type": "branch",
"environment": {
"name": "smoketest",
"url": null
},
"deployment": {
"timestamp": "2025-12-04T13:43:10.991Z",
"logs": "https://github.com/GitHubSecurityLab/seclab-taskflow-agent/actions/runs/19931063911"
},
"git": {
"branch": "bfdce95ca23eac1c34bd7b17aa3e08182b1dd7a6",
"commit": "bfdce95ca23eac1c34bd7b17aa3e08182b1dd7a6",
"verified": true,
"committer": "kevinbackhouse",
"html_url": "https://github.com/GitHubSecurityLab/seclab-taskflow-agent/commit/bfdce95ca23eac1c34bd7b17aa3e08182b1dd7a6"
},
"context": {
"actor": "kevinbackhouse",
"noop": false,
"fork": true,
"comment": {
"created_at": "2025-12-04T13:42:54Z",
"updated_at": "2025-12-04T13:42:54Z",
"body": "smoke test",
"html_url": "https://github.com/GitHubSecurityLab/seclab-taskflow-agent/pull/110#issuecomment-3612332265"
}
},
"parameters": {
"raw": null,
"parsed": null
}
} |
Deployment Results ✅kevinbackhouse successfully deployed branch Details{
"status": "success",
"environment": {
"name": "smoketest",
"url": null
},
"deployment": {
"id": 3419875278,
"timestamp": "2025-12-04T13:43:12.484Z",
"logs": "https://github.com/GitHubSecurityLab/seclab-taskflow-agent/actions/runs/19931063911",
"duration": 1
},
"git": {
"branch": "bfdce95ca23eac1c34bd7b17aa3e08182b1dd7a6",
"commit": "bfdce95ca23eac1c34bd7b17aa3e08182b1dd7a6",
"verified": true
},
"context": {
"actor": "kevinbackhouse",
"noop": false,
"fork": true
},
"reviews": {
"count": 1,
"decision": "APPROVED"
},
"parameters": {
"raw": null,
"parsed": null
}
} |
cc @JarLob