feat: add client-id input and deprecate app-id

Co-authored-by: parkerbxyz <17183625+parkerbxyz@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-18 20:32:46 +00:00
co-authored by parkerbxyz
parent 8204e76db8
commit 37f42c53d0
8 changed files with 80 additions and 25 deletions
+6 -2
View File
@@ -5,9 +5,13 @@ branding:
icon: "lock"
color: "gray-dark"
inputs:
client-id:
description: "GitHub App Client ID"
required: false
app-id:
description: "GitHub App ID or Client ID"
required: true
description: "GitHub App ID"
required: false
deprecationMessage: "Use 'client-id' instead."
private-key:
description: "GitHub App private key"
required: true