Skip to content

Commit 21c1faf

Browse files
Copilotpelikhan
andcommitted
fix: move footer before github-token in add-comment schema for consistency
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
1 parent af9a170 commit 21c1faf

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pkg/parser/schemas/main_workflow_schema.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5065,14 +5065,14 @@
50655065
"type": "boolean",
50665066
"description": "Controls whether the workflow requests pull-requests:write permission for add-comment and includes pull requests in the event trigger condition. Default: true (includes pull-requests:write). Set to false to disable pull request commenting."
50675067
},
5068-
"github-token": {
5069-
"$ref": "#/$defs/github_token",
5070-
"description": "GitHub token to use for this specific output type. Overrides global github-token if specified."
5071-
},
50725068
"footer": {
50735069
"type": "boolean",
50745070
"description": "Controls whether AI-generated footer is added to the comment. When false, the visible footer content is omitted but XML markers (workflow-id, metadata) are still included for searchability. Defaults to true.",
50755071
"default": true
5072+
},
5073+
"github-token": {
5074+
"$ref": "#/$defs/github_token",
5075+
"description": "GitHub token to use for this specific output type. Overrides global github-token if specified."
50765076
}
50775077
},
50785078
"additionalProperties": false,

0 commit comments

Comments
 (0)