Documentation Index
Fetch the complete documentation index at: https://docs.automa.app/llms.txt
Use this file to discover all available pages before exploring further.
The proposal that was accepted.
The unique identifier of the proposal.
The data associated with the proposal from the provider.
The task for which the proposal was originally created.
The unique identifier for the task.
The organization containing the proposal.
The unique identifier for the organization
The name of the organization.
The provider behind the organization.
{
"type": "proposal.accepted",
"data": {
"proposal": {
"id": 123,
"data": {
"prId": 2593079484,
"prBase": "master",
"prHead": "automa:automa/openai/codex/2",
"prState": "closed",
"prTitle": "Auto-select only first enabled repository",
"prMerged": true,
"prNumber": 205
}
},
"task": {
"id": 2,
"title": "Ignore disabled repos when trying to auto-select the first repo option in task creation"
},
"org": {
"id": 1,
"name": "automa",
"provider_type": "github"
}
}
}