diff --git a/.github/workflows/agent-performance-analyzer.lock.yml b/.github/workflows/agent-performance-analyzer.lock.yml index d79c7334618..9b2f7850ba7 100644 --- a/.github/workflows/agent-performance-analyzer.lock.yml +++ b/.github/workflows/agent-performance-analyzer.lock.yml @@ -499,6 +499,10 @@ jobs: "item_number": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "reply_to_id": { "type": "string", "maxLength": 256 @@ -507,7 +511,8 @@ jobs: "type": "string", "maxLength": 256 } - } + }, + "allowed-payload": true }, "create_discussion": { "defaultMax": 1, @@ -523,6 +528,10 @@ jobs: "sanitize": true, "maxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -533,7 +542,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "create_issue": { "defaultMax": 1, @@ -553,6 +563,10 @@ jobs: "parent": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -566,7 +580,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -622,8 +637,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -633,13 +653,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/agent-persona-explorer.lock.yml b/.github/workflows/agent-persona-explorer.lock.yml index 7b3a6698804..f7ffd8fed12 100644 --- a/.github/workflows/agent-persona-explorer.lock.yml +++ b/.github/workflows/agent-persona-explorer.lock.yml @@ -505,6 +505,10 @@ jobs: "sanitize": true, "maxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -515,7 +519,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -571,8 +576,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -582,13 +592,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/agentic-observability-kit.lock.yml b/.github/workflows/agentic-observability-kit.lock.yml index 432d872b749..b5c29ef2bbd 100644 --- a/.github/workflows/agentic-observability-kit.lock.yml +++ b/.github/workflows/agentic-observability-kit.lock.yml @@ -478,6 +478,10 @@ jobs: "sanitize": true, "maxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -488,7 +492,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "create_issue": { "defaultMax": 1, @@ -508,6 +513,10 @@ jobs: "parent": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -521,7 +530,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -577,8 +587,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -588,13 +603,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/ai-moderator.lock.yml b/.github/workflows/ai-moderator.lock.yml index 857c5b2ccec..6f1509bef19 100644 --- a/.github/workflows/ai-moderator.lock.yml +++ b/.github/workflows/ai-moderator.lock.yml @@ -546,8 +546,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -557,13 +562,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/api-consumption-report.lock.yml b/.github/workflows/api-consumption-report.lock.yml index 2de7688d8d9..f45855c9ca9 100644 --- a/.github/workflows/api-consumption-report.lock.yml +++ b/.github/workflows/api-consumption-report.lock.yml @@ -533,6 +533,10 @@ jobs: "sanitize": true, "maxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -543,7 +547,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -599,8 +604,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -610,13 +620,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/approach-validator.lock.yml b/.github/workflows/approach-validator.lock.yml index 991ba6781f7..52cea73925a 100644 --- a/.github/workflows/approach-validator.lock.yml +++ b/.github/workflows/approach-validator.lock.yml @@ -471,6 +471,10 @@ jobs: "item_number": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "reply_to_id": { "type": "string", "maxLength": 256 @@ -479,7 +483,8 @@ jobs: "type": "string", "maxLength": 256 } - } + }, + "allowed-payload": true }, "add_labels": { "defaultMax": 5, @@ -554,8 +559,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -565,13 +575,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/archie.lock.yml b/.github/workflows/archie.lock.yml index 89f46edb9f3..b90af1e44f9 100644 --- a/.github/workflows/archie.lock.yml +++ b/.github/workflows/archie.lock.yml @@ -511,6 +511,10 @@ jobs: "item_number": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "reply_to_id": { "type": "string", "maxLength": 256 @@ -519,7 +523,8 @@ jobs: "type": "string", "maxLength": 256 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -575,8 +580,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -586,13 +596,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/architecture-guardian.lock.yml b/.github/workflows/architecture-guardian.lock.yml index b5cb29b0dcf..5ac2e7a4060 100644 --- a/.github/workflows/architecture-guardian.lock.yml +++ b/.github/workflows/architecture-guardian.lock.yml @@ -417,6 +417,10 @@ jobs: "parent": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -430,7 +434,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -486,8 +491,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -497,13 +507,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/artifacts-summary.lock.yml b/.github/workflows/artifacts-summary.lock.yml index 01a60ed7ff5..b429d89e1b3 100644 --- a/.github/workflows/artifacts-summary.lock.yml +++ b/.github/workflows/artifacts-summary.lock.yml @@ -412,6 +412,10 @@ jobs: "sanitize": true, "maxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -422,7 +426,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -478,8 +483,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -489,13 +499,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/audit-workflows.lock.yml b/.github/workflows/audit-workflows.lock.yml index d41756e1644..27c323ee65b 100644 --- a/.github/workflows/audit-workflows.lock.yml +++ b/.github/workflows/audit-workflows.lock.yml @@ -553,6 +553,10 @@ jobs: "sanitize": true, "maxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -563,7 +567,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -619,8 +624,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -630,13 +640,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/auto-triage-issues.lock.yml b/.github/workflows/auto-triage-issues.lock.yml index f8474c84386..8dce603cc7f 100644 --- a/.github/workflows/auto-triage-issues.lock.yml +++ b/.github/workflows/auto-triage-issues.lock.yml @@ -451,6 +451,10 @@ jobs: "sanitize": true, "maxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -461,7 +465,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -517,8 +522,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -528,13 +538,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/blog-auditor.lock.yml b/.github/workflows/blog-auditor.lock.yml index af29d0106c5..d37eba2511a 100644 --- a/.github/workflows/blog-auditor.lock.yml +++ b/.github/workflows/blog-auditor.lock.yml @@ -425,6 +425,10 @@ jobs: "sanitize": true, "maxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -435,7 +439,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -491,8 +496,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -502,13 +512,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/bot-detection.lock.yml b/.github/workflows/bot-detection.lock.yml index 36e21549cec..f8726a86a16 100644 --- a/.github/workflows/bot-detection.lock.yml +++ b/.github/workflows/bot-detection.lock.yml @@ -439,6 +439,10 @@ jobs: "parent": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -452,7 +456,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -508,8 +513,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -519,13 +529,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true }, "update_issue": { "defaultMax": 1, @@ -562,6 +577,10 @@ jobs: "replace-island" ] }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -579,7 +598,8 @@ jobs: "maxLength": 128 } }, - "customValidation": "requiresOneOf:status,title,body" + "customValidation": "requiresOneOf:status,title,body", + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/brave.lock.yml b/.github/workflows/brave.lock.yml index bd9edf9df78..ee6ef1ac892 100644 --- a/.github/workflows/brave.lock.yml +++ b/.github/workflows/brave.lock.yml @@ -468,6 +468,10 @@ jobs: "item_number": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "reply_to_id": { "type": "string", "maxLength": 256 @@ -476,7 +480,8 @@ jobs: "type": "string", "maxLength": 256 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -532,8 +537,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -543,13 +553,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/breaking-change-checker.lock.yml b/.github/workflows/breaking-change-checker.lock.yml index f56ab690520..c3788523d4d 100644 --- a/.github/workflows/breaking-change-checker.lock.yml +++ b/.github/workflows/breaking-change-checker.lock.yml @@ -425,6 +425,10 @@ jobs: "parent": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -438,7 +442,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -494,8 +499,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -505,13 +515,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/changeset.lock.yml b/.github/workflows/changeset.lock.yml index f1052095624..73f8618c8eb 100644 --- a/.github/workflows/changeset.lock.yml +++ b/.github/workflows/changeset.lock.yml @@ -516,8 +516,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "push_to_pull_request_branch": { "defaultMax": 1, @@ -547,13 +552,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true }, "update_pull_request": { "defaultMax": 1, @@ -574,6 +584,10 @@ jobs: "prepend" ] }, + "payload": { + "type": "object", + "isPayload": true + }, "pull_request_number": { "issueOrPRNumber": true }, @@ -587,7 +601,8 @@ jobs: "maxLength": 256 } }, - "customValidation": "requiresOneOf:title,body" + "customValidation": "requiresOneOf:title,body", + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/ci-coach.lock.yml b/.github/workflows/ci-coach.lock.yml index 5938abfb7d1..74cb3601a9b 100644 --- a/.github/workflows/ci-coach.lock.yml +++ b/.github/workflows/ci-coach.lock.yml @@ -501,6 +501,10 @@ jobs: "itemSanitize": true, "itemMaxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -511,7 +515,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -567,8 +572,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -578,13 +588,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/ci-doctor.lock.yml b/.github/workflows/ci-doctor.lock.yml index 85fb636e3be..35ec12780ee 100644 --- a/.github/workflows/ci-doctor.lock.yml +++ b/.github/workflows/ci-doctor.lock.yml @@ -541,6 +541,10 @@ jobs: "item_number": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "reply_to_id": { "type": "string", "maxLength": 256 @@ -549,7 +553,8 @@ jobs: "type": "string", "maxLength": 256 } - } + }, + "allowed-payload": true }, "create_issue": { "defaultMax": 1, @@ -569,6 +574,10 @@ jobs: "parent": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -582,7 +591,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -638,8 +648,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -649,13 +664,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true }, "update_issue": { "defaultMax": 1, @@ -692,6 +712,10 @@ jobs: "replace-island" ] }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -709,7 +733,8 @@ jobs: "maxLength": 128 } }, - "customValidation": "requiresOneOf:status,title,body" + "customValidation": "requiresOneOf:status,title,body", + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/claude-code-user-docs-review.lock.yml b/.github/workflows/claude-code-user-docs-review.lock.yml index fe5bee4bbb4..fa22f11a2d0 100644 --- a/.github/workflows/claude-code-user-docs-review.lock.yml +++ b/.github/workflows/claude-code-user-docs-review.lock.yml @@ -446,6 +446,10 @@ jobs: "sanitize": true, "maxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -456,7 +460,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -512,8 +517,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -523,13 +533,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/cli-consistency-checker.lock.yml b/.github/workflows/cli-consistency-checker.lock.yml index 892e98b9ec3..6cd32a612f6 100644 --- a/.github/workflows/cli-consistency-checker.lock.yml +++ b/.github/workflows/cli-consistency-checker.lock.yml @@ -412,6 +412,10 @@ jobs: "parent": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -425,7 +429,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -481,8 +486,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -492,13 +502,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/cli-version-checker.lock.yml b/.github/workflows/cli-version-checker.lock.yml index 05262edc585..a6c28535914 100644 --- a/.github/workflows/cli-version-checker.lock.yml +++ b/.github/workflows/cli-version-checker.lock.yml @@ -451,6 +451,10 @@ jobs: "parent": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -464,7 +468,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -520,8 +525,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -531,13 +541,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/cloclo.lock.yml b/.github/workflows/cloclo.lock.yml index 7208dfaf885..e6bfdf7d7b1 100644 --- a/.github/workflows/cloclo.lock.yml +++ b/.github/workflows/cloclo.lock.yml @@ -654,6 +654,10 @@ jobs: "item_number": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "reply_to_id": { "type": "string", "maxLength": 256 @@ -662,7 +666,8 @@ jobs: "type": "string", "maxLength": 256 } - } + }, + "allowed-payload": true }, "create_pull_request": { "defaultMax": 1, @@ -688,6 +693,10 @@ jobs: "itemSanitize": true, "itemMaxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -698,7 +707,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -754,8 +764,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -765,13 +780,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/code-scanning-fixer.lock.yml b/.github/workflows/code-scanning-fixer.lock.yml index 5625ddbaaf5..c61c2e5f1b0 100644 --- a/.github/workflows/code-scanning-fixer.lock.yml +++ b/.github/workflows/code-scanning-fixer.lock.yml @@ -486,6 +486,10 @@ jobs: "itemSanitize": true, "itemMaxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -496,7 +500,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -552,8 +557,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -563,13 +573,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/code-simplifier.lock.yml b/.github/workflows/code-simplifier.lock.yml index 145a9e89b9c..34005218a25 100644 --- a/.github/workflows/code-simplifier.lock.yml +++ b/.github/workflows/code-simplifier.lock.yml @@ -440,6 +440,10 @@ jobs: "itemSanitize": true, "itemMaxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -450,7 +454,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -506,8 +511,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -517,13 +527,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/commit-changes-analyzer.lock.yml b/.github/workflows/commit-changes-analyzer.lock.yml index 2135aa391e2..d02cbb9dcb6 100644 --- a/.github/workflows/commit-changes-analyzer.lock.yml +++ b/.github/workflows/commit-changes-analyzer.lock.yml @@ -421,6 +421,10 @@ jobs: "sanitize": true, "maxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -431,7 +435,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -487,8 +492,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -498,13 +508,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/constraint-solving-potd.lock.yml b/.github/workflows/constraint-solving-potd.lock.yml index 3fae456e71a..3f1610cbd34 100644 --- a/.github/workflows/constraint-solving-potd.lock.yml +++ b/.github/workflows/constraint-solving-potd.lock.yml @@ -418,6 +418,10 @@ jobs: "sanitize": true, "maxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -428,7 +432,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -484,8 +489,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -495,13 +505,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/contribution-check.lock.yml b/.github/workflows/contribution-check.lock.yml index fab6ad088e9..2191ce2ba27 100644 --- a/.github/workflows/contribution-check.lock.yml +++ b/.github/workflows/contribution-check.lock.yml @@ -439,6 +439,10 @@ jobs: "item_number": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "reply_to_id": { "type": "string", "maxLength": 256 @@ -447,7 +451,8 @@ jobs: "type": "string", "maxLength": 256 } - } + }, + "allowed-payload": true }, "add_labels": { "defaultMax": 5, @@ -486,6 +491,10 @@ jobs: "parent": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -499,7 +508,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -555,8 +565,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -566,13 +581,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/copilot-agent-analysis.lock.yml b/.github/workflows/copilot-agent-analysis.lock.yml index 92991bebd47..f250e46254c 100644 --- a/.github/workflows/copilot-agent-analysis.lock.yml +++ b/.github/workflows/copilot-agent-analysis.lock.yml @@ -485,6 +485,10 @@ jobs: "sanitize": true, "maxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -495,7 +499,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -551,8 +556,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -562,13 +572,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/copilot-cli-deep-research.lock.yml b/.github/workflows/copilot-cli-deep-research.lock.yml index 6939826698c..20d030315a8 100644 --- a/.github/workflows/copilot-cli-deep-research.lock.yml +++ b/.github/workflows/copilot-cli-deep-research.lock.yml @@ -439,6 +439,10 @@ jobs: "sanitize": true, "maxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -449,7 +453,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -505,8 +510,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -516,13 +526,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/copilot-pr-merged-report.lock.yml b/.github/workflows/copilot-pr-merged-report.lock.yml index 37767d7ffab..7d82ceca0af 100644 --- a/.github/workflows/copilot-pr-merged-report.lock.yml +++ b/.github/workflows/copilot-pr-merged-report.lock.yml @@ -457,6 +457,10 @@ jobs: "sanitize": true, "maxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -467,7 +471,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -523,8 +528,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -534,13 +544,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/copilot-pr-nlp-analysis.lock.yml b/.github/workflows/copilot-pr-nlp-analysis.lock.yml index 12fd0cd4275..4324d541810 100644 --- a/.github/workflows/copilot-pr-nlp-analysis.lock.yml +++ b/.github/workflows/copilot-pr-nlp-analysis.lock.yml @@ -512,6 +512,10 @@ jobs: "sanitize": true, "maxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -522,7 +526,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -578,8 +583,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -589,13 +599,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/copilot-pr-prompt-analysis.lock.yml b/.github/workflows/copilot-pr-prompt-analysis.lock.yml index 24507b4518e..9613b89228e 100644 --- a/.github/workflows/copilot-pr-prompt-analysis.lock.yml +++ b/.github/workflows/copilot-pr-prompt-analysis.lock.yml @@ -480,6 +480,10 @@ jobs: "sanitize": true, "maxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -490,7 +494,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -546,8 +551,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -557,13 +567,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/copilot-session-insights.lock.yml b/.github/workflows/copilot-session-insights.lock.yml index 89d6a780df3..9fd8faf060c 100644 --- a/.github/workflows/copilot-session-insights.lock.yml +++ b/.github/workflows/copilot-session-insights.lock.yml @@ -515,6 +515,10 @@ jobs: "sanitize": true, "maxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -525,7 +529,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -581,8 +586,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -592,13 +602,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/copilot-token-audit.lock.yml b/.github/workflows/copilot-token-audit.lock.yml index f602b947022..902f1db616b 100644 --- a/.github/workflows/copilot-token-audit.lock.yml +++ b/.github/workflows/copilot-token-audit.lock.yml @@ -564,6 +564,10 @@ jobs: "sanitize": true, "maxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -574,7 +578,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -630,8 +635,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -641,13 +651,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/copilot-token-optimizer.lock.yml b/.github/workflows/copilot-token-optimizer.lock.yml index c89a101b30d..cba5e33d90a 100644 --- a/.github/workflows/copilot-token-optimizer.lock.yml +++ b/.github/workflows/copilot-token-optimizer.lock.yml @@ -487,6 +487,10 @@ jobs: "parent": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -500,7 +504,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -556,8 +561,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -567,13 +577,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/craft.lock.yml b/.github/workflows/craft.lock.yml index 974cd204b89..ce762e76a99 100644 --- a/.github/workflows/craft.lock.yml +++ b/.github/workflows/craft.lock.yml @@ -470,6 +470,10 @@ jobs: "item_number": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "reply_to_id": { "type": "string", "maxLength": 256 @@ -478,7 +482,8 @@ jobs: "type": "string", "maxLength": 256 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -534,8 +539,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "push_to_pull_request_branch": { "defaultMax": 1, @@ -565,13 +575,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/daily-architecture-diagram.lock.yml b/.github/workflows/daily-architecture-diagram.lock.yml index c528c95b8d2..5bd83edae20 100644 --- a/.github/workflows/daily-architecture-diagram.lock.yml +++ b/.github/workflows/daily-architecture-diagram.lock.yml @@ -456,6 +456,10 @@ jobs: "parent": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -469,7 +473,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "create_pull_request": { "defaultMax": 1, @@ -495,6 +500,10 @@ jobs: "itemSanitize": true, "itemMaxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -505,7 +514,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -561,8 +571,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -572,13 +587,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/daily-assign-issue-to-user.lock.yml b/.github/workflows/daily-assign-issue-to-user.lock.yml index 164db1c32a6..ed3c7d31ca6 100644 --- a/.github/workflows/daily-assign-issue-to-user.lock.yml +++ b/.github/workflows/daily-assign-issue-to-user.lock.yml @@ -418,6 +418,10 @@ jobs: "item_number": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "reply_to_id": { "type": "string", "maxLength": 256 @@ -426,7 +430,8 @@ jobs: "type": "string", "maxLength": 256 } - } + }, + "allowed-payload": true }, "assign_to_user": { "defaultMax": 1, @@ -504,8 +509,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -515,13 +525,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/daily-choice-test.lock.yml b/.github/workflows/daily-choice-test.lock.yml index afd2172acdf..a3979c443f0 100644 --- a/.github/workflows/daily-choice-test.lock.yml +++ b/.github/workflows/daily-choice-test.lock.yml @@ -497,8 +497,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -508,13 +513,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/daily-cli-performance.lock.yml b/.github/workflows/daily-cli-performance.lock.yml index d7388ca575e..9118561e07f 100644 --- a/.github/workflows/daily-cli-performance.lock.yml +++ b/.github/workflows/daily-cli-performance.lock.yml @@ -484,6 +484,10 @@ jobs: "item_number": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "reply_to_id": { "type": "string", "maxLength": 256 @@ -492,7 +496,8 @@ jobs: "type": "string", "maxLength": 256 } - } + }, + "allowed-payload": true }, "create_issue": { "defaultMax": 1, @@ -512,6 +517,10 @@ jobs: "parent": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -525,7 +534,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -581,8 +591,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -592,13 +607,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/daily-cli-tools-tester.lock.yml b/.github/workflows/daily-cli-tools-tester.lock.yml index 5353d4a3d37..e41f0ff6f5e 100644 --- a/.github/workflows/daily-cli-tools-tester.lock.yml +++ b/.github/workflows/daily-cli-tools-tester.lock.yml @@ -494,6 +494,10 @@ jobs: "parent": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -507,7 +511,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -563,8 +568,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -574,13 +584,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/daily-code-metrics.lock.yml b/.github/workflows/daily-code-metrics.lock.yml index 0f3a3525fa6..1b0c71f265a 100644 --- a/.github/workflows/daily-code-metrics.lock.yml +++ b/.github/workflows/daily-code-metrics.lock.yml @@ -504,6 +504,10 @@ jobs: "sanitize": true, "maxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -514,7 +518,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -570,8 +575,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -581,13 +591,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/daily-community-attribution.lock.yml b/.github/workflows/daily-community-attribution.lock.yml index 74ae788c528..eb5a18c0471 100644 --- a/.github/workflows/daily-community-attribution.lock.yml +++ b/.github/workflows/daily-community-attribution.lock.yml @@ -477,6 +477,10 @@ jobs: "itemSanitize": true, "itemMaxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -487,7 +491,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -543,8 +548,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -554,13 +564,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/daily-compiler-quality.lock.yml b/.github/workflows/daily-compiler-quality.lock.yml index f7bb4dfb1a4..5a701a6db90 100644 --- a/.github/workflows/daily-compiler-quality.lock.yml +++ b/.github/workflows/daily-compiler-quality.lock.yml @@ -487,6 +487,10 @@ jobs: "sanitize": true, "maxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -497,7 +501,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -553,8 +558,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -564,13 +574,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/daily-doc-healer.lock.yml b/.github/workflows/daily-doc-healer.lock.yml index 02a14167a34..28a5fdcdf4e 100644 --- a/.github/workflows/daily-doc-healer.lock.yml +++ b/.github/workflows/daily-doc-healer.lock.yml @@ -464,6 +464,10 @@ jobs: "parent": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -477,7 +481,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "create_pull_request": { "defaultMax": 1, @@ -503,6 +508,10 @@ jobs: "itemSanitize": true, "itemMaxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -513,7 +522,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -569,8 +579,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -580,13 +595,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/daily-doc-updater.lock.yml b/.github/workflows/daily-doc-updater.lock.yml index 2af49cf2c11..d03616d31be 100644 --- a/.github/workflows/daily-doc-updater.lock.yml +++ b/.github/workflows/daily-doc-updater.lock.yml @@ -466,6 +466,10 @@ jobs: "itemSanitize": true, "itemMaxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -476,7 +480,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -532,8 +537,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -543,13 +553,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/daily-fact.lock.yml b/.github/workflows/daily-fact.lock.yml index fc76a76d58d..9c6b6d6b9c1 100644 --- a/.github/workflows/daily-fact.lock.yml +++ b/.github/workflows/daily-fact.lock.yml @@ -563,6 +563,10 @@ jobs: "item_number": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "reply_to_id": { "type": "string", "maxLength": 256 @@ -571,7 +575,8 @@ jobs: "type": "string", "maxLength": 256 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -627,8 +632,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -638,13 +648,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/daily-file-diet.lock.yml b/.github/workflows/daily-file-diet.lock.yml index 8aace4245c1..24df0167e59 100644 --- a/.github/workflows/daily-file-diet.lock.yml +++ b/.github/workflows/daily-file-diet.lock.yml @@ -476,6 +476,10 @@ jobs: "parent": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -489,7 +493,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -545,8 +550,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -556,13 +566,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/daily-firewall-report.lock.yml b/.github/workflows/daily-firewall-report.lock.yml index 45daf4d04fe..3748597d090 100644 --- a/.github/workflows/daily-firewall-report.lock.yml +++ b/.github/workflows/daily-firewall-report.lock.yml @@ -539,6 +539,10 @@ jobs: "sanitize": true, "maxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -549,7 +553,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -605,8 +610,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -616,13 +626,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/daily-function-namer.lock.yml b/.github/workflows/daily-function-namer.lock.yml index 9420cf253ec..db136ddf173 100644 --- a/.github/workflows/daily-function-namer.lock.yml +++ b/.github/workflows/daily-function-namer.lock.yml @@ -495,6 +495,10 @@ jobs: "parent": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -508,7 +512,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -564,8 +569,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -575,13 +585,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/daily-hippo-learn.lock.yml b/.github/workflows/daily-hippo-learn.lock.yml index 0f818149e45..d85093f1c4d 100644 --- a/.github/workflows/daily-hippo-learn.lock.yml +++ b/.github/workflows/daily-hippo-learn.lock.yml @@ -451,6 +451,10 @@ jobs: "sanitize": true, "maxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -461,7 +465,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -517,8 +522,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -528,13 +538,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/daily-integrity-analysis.lock.yml b/.github/workflows/daily-integrity-analysis.lock.yml index 469e33bfe5f..d9622dd93e4 100644 --- a/.github/workflows/daily-integrity-analysis.lock.yml +++ b/.github/workflows/daily-integrity-analysis.lock.yml @@ -554,6 +554,10 @@ jobs: "sanitize": true, "maxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -564,7 +568,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -620,8 +625,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -631,13 +641,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/daily-issues-report.lock.yml b/.github/workflows/daily-issues-report.lock.yml index c2eff670c52..f6943dd1524 100644 --- a/.github/workflows/daily-issues-report.lock.yml +++ b/.github/workflows/daily-issues-report.lock.yml @@ -528,6 +528,10 @@ jobs: "sanitize": true, "maxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -538,7 +542,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -594,8 +599,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -605,13 +615,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/daily-malicious-code-scan.lock.yml b/.github/workflows/daily-malicious-code-scan.lock.yml index 961f5bbeabb..a9a3c69a3de 100644 --- a/.github/workflows/daily-malicious-code-scan.lock.yml +++ b/.github/workflows/daily-malicious-code-scan.lock.yml @@ -506,8 +506,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -517,13 +522,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/daily-mcp-concurrency-analysis.lock.yml b/.github/workflows/daily-mcp-concurrency-analysis.lock.yml index b906270568b..f11ad05d548 100644 --- a/.github/workflows/daily-mcp-concurrency-analysis.lock.yml +++ b/.github/workflows/daily-mcp-concurrency-analysis.lock.yml @@ -481,11 +481,16 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 } - } + }, + "allowed-payload": true }, "create_issue": { "defaultMax": 1, @@ -505,6 +510,10 @@ jobs: "parent": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -518,7 +527,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -574,8 +584,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -585,13 +600,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/daily-multi-device-docs-tester.lock.yml b/.github/workflows/daily-multi-device-docs-tester.lock.yml index 17eb321e8b4..78c791d4605 100644 --- a/.github/workflows/daily-multi-device-docs-tester.lock.yml +++ b/.github/workflows/daily-multi-device-docs-tester.lock.yml @@ -455,6 +455,10 @@ jobs: "parent": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -468,7 +472,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -524,8 +529,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -535,13 +545,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/daily-news.lock.yml b/.github/workflows/daily-news.lock.yml index 114edd30501..21b482e2fef 100644 --- a/.github/workflows/daily-news.lock.yml +++ b/.github/workflows/daily-news.lock.yml @@ -582,6 +582,10 @@ jobs: "sanitize": true, "maxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -592,7 +596,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -648,8 +653,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -659,13 +669,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/daily-observability-report.lock.yml b/.github/workflows/daily-observability-report.lock.yml index e53fde2fd89..4282fc973d5 100644 --- a/.github/workflows/daily-observability-report.lock.yml +++ b/.github/workflows/daily-observability-report.lock.yml @@ -499,6 +499,10 @@ jobs: "sanitize": true, "maxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -509,7 +513,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -565,8 +570,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -576,13 +586,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/daily-otel-instrumentation-advisor.lock.yml b/.github/workflows/daily-otel-instrumentation-advisor.lock.yml index b70d824cac4..192dbbb56a9 100644 --- a/.github/workflows/daily-otel-instrumentation-advisor.lock.yml +++ b/.github/workflows/daily-otel-instrumentation-advisor.lock.yml @@ -441,6 +441,10 @@ jobs: "parent": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -454,7 +458,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -510,8 +515,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -521,13 +531,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/daily-performance-summary.lock.yml b/.github/workflows/daily-performance-summary.lock.yml index bdcac7e497a..4ee4a822dc8 100644 --- a/.github/workflows/daily-performance-summary.lock.yml +++ b/.github/workflows/daily-performance-summary.lock.yml @@ -482,6 +482,10 @@ jobs: "sanitize": true, "maxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -492,7 +496,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -548,8 +553,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -559,13 +569,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/daily-regulatory.lock.yml b/.github/workflows/daily-regulatory.lock.yml index b3bf23cdbbe..e1f619323b9 100644 --- a/.github/workflows/daily-regulatory.lock.yml +++ b/.github/workflows/daily-regulatory.lock.yml @@ -436,6 +436,10 @@ jobs: "sanitize": true, "maxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -446,7 +450,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -502,8 +507,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -513,13 +523,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/daily-rendering-scripts-verifier.lock.yml b/.github/workflows/daily-rendering-scripts-verifier.lock.yml index d56a329c8a3..8e960ec8437 100644 --- a/.github/workflows/daily-rendering-scripts-verifier.lock.yml +++ b/.github/workflows/daily-rendering-scripts-verifier.lock.yml @@ -536,6 +536,10 @@ jobs: "itemSanitize": true, "itemMaxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -546,7 +550,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -602,8 +607,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -613,13 +623,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/daily-repo-chronicle.lock.yml b/.github/workflows/daily-repo-chronicle.lock.yml index 8add3bb2e10..e837f34e773 100644 --- a/.github/workflows/daily-repo-chronicle.lock.yml +++ b/.github/workflows/daily-repo-chronicle.lock.yml @@ -475,6 +475,10 @@ jobs: "sanitize": true, "maxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -485,7 +489,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -541,8 +546,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -552,13 +562,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/daily-safe-output-integrator.lock.yml b/.github/workflows/daily-safe-output-integrator.lock.yml index f58b4fd59f8..46805211290 100644 --- a/.github/workflows/daily-safe-output-integrator.lock.yml +++ b/.github/workflows/daily-safe-output-integrator.lock.yml @@ -439,6 +439,10 @@ jobs: "itemSanitize": true, "itemMaxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -449,7 +453,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -505,8 +510,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -516,13 +526,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/daily-safe-output-optimizer.lock.yml b/.github/workflows/daily-safe-output-optimizer.lock.yml index 0427e287e5f..d3dfd49a7b2 100644 --- a/.github/workflows/daily-safe-output-optimizer.lock.yml +++ b/.github/workflows/daily-safe-output-optimizer.lock.yml @@ -536,6 +536,10 @@ jobs: "parent": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -549,7 +553,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -605,8 +610,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -616,13 +626,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/daily-safe-outputs-conformance.lock.yml b/.github/workflows/daily-safe-outputs-conformance.lock.yml index ae43cdee1a3..1f7f878a279 100644 --- a/.github/workflows/daily-safe-outputs-conformance.lock.yml +++ b/.github/workflows/daily-safe-outputs-conformance.lock.yml @@ -434,6 +434,10 @@ jobs: "parent": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -447,7 +451,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -503,8 +508,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -514,13 +524,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/daily-secrets-analysis.lock.yml b/.github/workflows/daily-secrets-analysis.lock.yml index 910c5a51b1b..03accaf43c7 100644 --- a/.github/workflows/daily-secrets-analysis.lock.yml +++ b/.github/workflows/daily-secrets-analysis.lock.yml @@ -427,6 +427,10 @@ jobs: "sanitize": true, "maxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -437,7 +441,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -493,8 +498,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -504,13 +514,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/daily-security-red-team.lock.yml b/.github/workflows/daily-security-red-team.lock.yml index bb91cb96755..5790a682b8b 100644 --- a/.github/workflows/daily-security-red-team.lock.yml +++ b/.github/workflows/daily-security-red-team.lock.yml @@ -442,6 +442,10 @@ jobs: "parent": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -455,7 +459,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -511,8 +516,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -522,13 +532,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/daily-semgrep-scan.lock.yml b/.github/workflows/daily-semgrep-scan.lock.yml index 1a59b91594f..f6ecba03083 100644 --- a/.github/workflows/daily-semgrep-scan.lock.yml +++ b/.github/workflows/daily-semgrep-scan.lock.yml @@ -507,8 +507,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -518,13 +523,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/daily-syntax-error-quality.lock.yml b/.github/workflows/daily-syntax-error-quality.lock.yml index 1fa97c6e472..a735c5be7f9 100644 --- a/.github/workflows/daily-syntax-error-quality.lock.yml +++ b/.github/workflows/daily-syntax-error-quality.lock.yml @@ -440,6 +440,10 @@ jobs: "parent": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -453,7 +457,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -509,8 +514,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -520,13 +530,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/daily-team-evolution-insights.lock.yml b/.github/workflows/daily-team-evolution-insights.lock.yml index 42ba469fed3..576151bbd4c 100644 --- a/.github/workflows/daily-team-evolution-insights.lock.yml +++ b/.github/workflows/daily-team-evolution-insights.lock.yml @@ -434,6 +434,10 @@ jobs: "sanitize": true, "maxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -444,7 +448,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -500,8 +505,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -511,13 +521,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/daily-team-status.lock.yml b/.github/workflows/daily-team-status.lock.yml index 264eedb12e3..25a121914a0 100644 --- a/.github/workflows/daily-team-status.lock.yml +++ b/.github/workflows/daily-team-status.lock.yml @@ -445,6 +445,10 @@ jobs: "parent": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -458,7 +462,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -514,8 +519,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -525,13 +535,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/daily-testify-uber-super-expert.lock.yml b/.github/workflows/daily-testify-uber-super-expert.lock.yml index 877c84585ae..4adc9a1ff8d 100644 --- a/.github/workflows/daily-testify-uber-super-expert.lock.yml +++ b/.github/workflows/daily-testify-uber-super-expert.lock.yml @@ -500,6 +500,10 @@ jobs: "parent": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -513,7 +517,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -569,8 +574,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -580,13 +590,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/daily-workflow-updater.lock.yml b/.github/workflows/daily-workflow-updater.lock.yml index ca7d589f93b..d81416c5ff3 100644 --- a/.github/workflows/daily-workflow-updater.lock.yml +++ b/.github/workflows/daily-workflow-updater.lock.yml @@ -435,6 +435,10 @@ jobs: "itemSanitize": true, "itemMaxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -445,7 +449,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -501,8 +506,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -512,13 +522,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/dead-code-remover.lock.yml b/.github/workflows/dead-code-remover.lock.yml index 4ad79d99994..3a7d6a4da28 100644 --- a/.github/workflows/dead-code-remover.lock.yml +++ b/.github/workflows/dead-code-remover.lock.yml @@ -471,6 +471,10 @@ jobs: "itemSanitize": true, "itemMaxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -481,7 +485,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -537,8 +542,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -548,13 +558,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/deep-report.lock.yml b/.github/workflows/deep-report.lock.yml index 32c8b22cbdf..e8b9f296282 100644 --- a/.github/workflows/deep-report.lock.yml +++ b/.github/workflows/deep-report.lock.yml @@ -554,6 +554,10 @@ jobs: "sanitize": true, "maxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -564,7 +568,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "create_issue": { "defaultMax": 1, @@ -584,6 +589,10 @@ jobs: "parent": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -597,7 +606,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -653,8 +663,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -664,13 +679,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/delight.lock.yml b/.github/workflows/delight.lock.yml index 68a061877d6..2d105fd5c0e 100644 --- a/.github/workflows/delight.lock.yml +++ b/.github/workflows/delight.lock.yml @@ -445,6 +445,10 @@ jobs: "sanitize": true, "maxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -455,7 +459,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "create_issue": { "defaultMax": 1, @@ -475,6 +480,10 @@ jobs: "parent": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -488,7 +497,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -544,8 +554,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -555,13 +570,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/dependabot-burner.lock.yml b/.github/workflows/dependabot-burner.lock.yml index 171594466ac..6ec15f433df 100644 --- a/.github/workflows/dependabot-burner.lock.yml +++ b/.github/workflows/dependabot-burner.lock.yml @@ -424,6 +424,10 @@ jobs: "parent": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -437,7 +441,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -493,8 +498,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -504,13 +514,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/dependabot-go-checker.lock.yml b/.github/workflows/dependabot-go-checker.lock.yml index 592467107dd..471b29da80e 100644 --- a/.github/workflows/dependabot-go-checker.lock.yml +++ b/.github/workflows/dependabot-go-checker.lock.yml @@ -417,11 +417,16 @@ jobs: "issue_number": { "optionalPositiveInteger": true }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 } - } + }, + "allowed-payload": true }, "create_issue": { "defaultMax": 1, @@ -441,6 +446,10 @@ jobs: "parent": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -454,7 +463,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -510,8 +520,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -521,13 +536,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/design-decision-gate.lock.yml b/.github/workflows/design-decision-gate.lock.yml index 80cdad74f3a..97c8da0d8a7 100644 --- a/.github/workflows/design-decision-gate.lock.yml +++ b/.github/workflows/design-decision-gate.lock.yml @@ -464,6 +464,10 @@ jobs: "item_number": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "reply_to_id": { "type": "string", "maxLength": 256 @@ -472,7 +476,8 @@ jobs: "type": "string", "maxLength": 256 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -528,8 +533,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "push_to_pull_request_branch": { "defaultMax": 1, @@ -559,13 +569,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/dev-hawk.lock.yml b/.github/workflows/dev-hawk.lock.yml index dcf8f055e77..7d5267064a8 100644 --- a/.github/workflows/dev-hawk.lock.yml +++ b/.github/workflows/dev-hawk.lock.yml @@ -493,6 +493,10 @@ jobs: "item_number": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "reply_to_id": { "type": "string", "maxLength": 256 @@ -501,7 +505,8 @@ jobs: "type": "string", "maxLength": 256 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -557,8 +562,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -568,13 +578,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/dev.lock.yml b/.github/workflows/dev.lock.yml index 8e9232afd15..ea1f53ab4b8 100644 --- a/.github/workflows/dev.lock.yml +++ b/.github/workflows/dev.lock.yml @@ -469,6 +469,10 @@ jobs: "parent": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -482,7 +486,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -538,8 +543,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -549,13 +559,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/developer-docs-consolidator.lock.yml b/.github/workflows/developer-docs-consolidator.lock.yml index e6509a63d8c..96d03044b36 100644 --- a/.github/workflows/developer-docs-consolidator.lock.yml +++ b/.github/workflows/developer-docs-consolidator.lock.yml @@ -507,6 +507,10 @@ jobs: "sanitize": true, "maxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -517,7 +521,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "create_pull_request": { "defaultMax": 1, @@ -543,6 +548,10 @@ jobs: "itemSanitize": true, "itemMaxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -553,7 +562,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -609,8 +619,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -620,13 +635,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/dictation-prompt.lock.yml b/.github/workflows/dictation-prompt.lock.yml index 8cae4edf730..72e6c6b6042 100644 --- a/.github/workflows/dictation-prompt.lock.yml +++ b/.github/workflows/dictation-prompt.lock.yml @@ -424,6 +424,10 @@ jobs: "itemSanitize": true, "itemMaxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -434,7 +438,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -490,8 +495,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -501,13 +511,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/discussion-task-miner.lock.yml b/.github/workflows/discussion-task-miner.lock.yml index aafa2615da8..7aa7f1eff71 100644 --- a/.github/workflows/discussion-task-miner.lock.yml +++ b/.github/workflows/discussion-task-miner.lock.yml @@ -440,6 +440,10 @@ jobs: "item_number": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "reply_to_id": { "type": "string", "maxLength": 256 @@ -448,7 +452,8 @@ jobs: "type": "string", "maxLength": 256 } - } + }, + "allowed-payload": true }, "create_issue": { "defaultMax": 1, @@ -468,6 +473,10 @@ jobs: "parent": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -481,7 +490,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -537,8 +547,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -548,13 +563,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/docs-noob-tester.lock.yml b/.github/workflows/docs-noob-tester.lock.yml index f728d8db99a..384073b967b 100644 --- a/.github/workflows/docs-noob-tester.lock.yml +++ b/.github/workflows/docs-noob-tester.lock.yml @@ -427,6 +427,10 @@ jobs: "sanitize": true, "maxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -437,7 +441,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -493,8 +498,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -504,13 +514,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/draft-pr-cleanup.lock.yml b/.github/workflows/draft-pr-cleanup.lock.yml index b6efa7597a7..c9700eb2a80 100644 --- a/.github/workflows/draft-pr-cleanup.lock.yml +++ b/.github/workflows/draft-pr-cleanup.lock.yml @@ -406,6 +406,10 @@ jobs: "item_number": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "reply_to_id": { "type": "string", "maxLength": 256 @@ -414,7 +418,8 @@ jobs: "type": "string", "maxLength": 256 } - } + }, + "allowed-payload": true }, "add_labels": { "defaultMax": 5, @@ -444,6 +449,10 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "pull_request_number": { "optionalPositiveInteger": true }, @@ -451,7 +460,8 @@ jobs: "type": "string", "maxLength": 256 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -507,8 +517,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -518,13 +533,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/duplicate-code-detector.lock.yml b/.github/workflows/duplicate-code-detector.lock.yml index ed2521307ce..fa96a06b5ac 100644 --- a/.github/workflows/duplicate-code-detector.lock.yml +++ b/.github/workflows/duplicate-code-detector.lock.yml @@ -467,6 +467,10 @@ jobs: "parent": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -480,7 +484,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -536,8 +541,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -547,13 +557,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/example-workflow-analyzer.lock.yml b/.github/workflows/example-workflow-analyzer.lock.yml index ef773ab634d..981561b146e 100644 --- a/.github/workflows/example-workflow-analyzer.lock.yml +++ b/.github/workflows/example-workflow-analyzer.lock.yml @@ -476,6 +476,10 @@ jobs: "sanitize": true, "maxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -486,7 +490,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -542,8 +547,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -553,13 +563,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/firewall-escape.lock.yml b/.github/workflows/firewall-escape.lock.yml index 4d9ce8eb942..cbf961c5dea 100644 --- a/.github/workflows/firewall-escape.lock.yml +++ b/.github/workflows/firewall-escape.lock.yml @@ -479,6 +479,10 @@ jobs: "sanitize": true, "maxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -489,7 +493,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -545,8 +550,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -556,13 +566,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/functional-pragmatist.lock.yml b/.github/workflows/functional-pragmatist.lock.yml index 6b78441f3a6..751f3a193cc 100644 --- a/.github/workflows/functional-pragmatist.lock.yml +++ b/.github/workflows/functional-pragmatist.lock.yml @@ -431,6 +431,10 @@ jobs: "itemSanitize": true, "itemMaxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -441,7 +445,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -497,8 +502,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -508,13 +518,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/github-mcp-structural-analysis.lock.yml b/.github/workflows/github-mcp-structural-analysis.lock.yml index c7eaa8a4f49..f4a3d5a9afa 100644 --- a/.github/workflows/github-mcp-structural-analysis.lock.yml +++ b/.github/workflows/github-mcp-structural-analysis.lock.yml @@ -470,6 +470,10 @@ jobs: "sanitize": true, "maxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -480,7 +484,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -536,8 +541,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -547,13 +557,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/github-mcp-tools-report.lock.yml b/.github/workflows/github-mcp-tools-report.lock.yml index 54af6878861..508052dd94d 100644 --- a/.github/workflows/github-mcp-tools-report.lock.yml +++ b/.github/workflows/github-mcp-tools-report.lock.yml @@ -449,6 +449,10 @@ jobs: "sanitize": true, "maxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -459,7 +463,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "create_pull_request": { "defaultMax": 1, @@ -485,6 +490,10 @@ jobs: "itemSanitize": true, "itemMaxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -495,7 +504,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -551,8 +561,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -562,13 +577,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/github-remote-mcp-auth-test.lock.yml b/.github/workflows/github-remote-mcp-auth-test.lock.yml index 897ecb6f9fb..b617556c359 100644 --- a/.github/workflows/github-remote-mcp-auth-test.lock.yml +++ b/.github/workflows/github-remote-mcp-auth-test.lock.yml @@ -420,6 +420,10 @@ jobs: "sanitize": true, "maxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -430,7 +434,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -486,8 +491,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -497,13 +507,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/glossary-maintainer.lock.yml b/.github/workflows/glossary-maintainer.lock.yml index 9153f60a52f..23fa7d9004f 100644 --- a/.github/workflows/glossary-maintainer.lock.yml +++ b/.github/workflows/glossary-maintainer.lock.yml @@ -533,6 +533,10 @@ jobs: "itemSanitize": true, "itemMaxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -543,7 +547,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -599,8 +604,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -610,13 +620,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/go-fan.lock.yml b/.github/workflows/go-fan.lock.yml index fe2cbda3c38..f994dca0820 100644 --- a/.github/workflows/go-fan.lock.yml +++ b/.github/workflows/go-fan.lock.yml @@ -482,6 +482,10 @@ jobs: "sanitize": true, "maxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -492,7 +496,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -548,8 +553,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -559,13 +569,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/go-logger.lock.yml b/.github/workflows/go-logger.lock.yml index 470080bb1e6..2a1770a3d9e 100644 --- a/.github/workflows/go-logger.lock.yml +++ b/.github/workflows/go-logger.lock.yml @@ -471,6 +471,10 @@ jobs: "itemSanitize": true, "itemMaxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -481,7 +485,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -537,8 +542,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -548,13 +558,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/go-pattern-detector.lock.yml b/.github/workflows/go-pattern-detector.lock.yml index 3e8fba6046a..0b3c16e9e99 100644 --- a/.github/workflows/go-pattern-detector.lock.yml +++ b/.github/workflows/go-pattern-detector.lock.yml @@ -432,6 +432,10 @@ jobs: "parent": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -445,7 +449,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -501,8 +506,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -512,13 +522,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/gpclean.lock.yml b/.github/workflows/gpclean.lock.yml index fb8cee7f53a..65cde5eedff 100644 --- a/.github/workflows/gpclean.lock.yml +++ b/.github/workflows/gpclean.lock.yml @@ -450,6 +450,10 @@ jobs: "parent": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -463,7 +467,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -519,8 +524,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -530,13 +540,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/grumpy-reviewer.lock.yml b/.github/workflows/grumpy-reviewer.lock.yml index 92ea1443f33..8f4eb5ca748 100644 --- a/.github/workflows/grumpy-reviewer.lock.yml +++ b/.github/workflows/grumpy-reviewer.lock.yml @@ -580,8 +580,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -591,13 +596,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true }, "submit_pull_request_review": { "defaultMax": 1, @@ -614,8 +624,13 @@ jobs: "REQUEST_CHANGES", "COMMENT" ] + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/hourly-ci-cleaner.lock.yml b/.github/workflows/hourly-ci-cleaner.lock.yml index 2c237c6e164..8a2ca07fcd0 100644 --- a/.github/workflows/hourly-ci-cleaner.lock.yml +++ b/.github/workflows/hourly-ci-cleaner.lock.yml @@ -478,6 +478,10 @@ jobs: "itemSanitize": true, "itemMaxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -488,7 +492,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -544,8 +549,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -555,13 +565,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/instructions-janitor.lock.yml b/.github/workflows/instructions-janitor.lock.yml index f302ba91f6e..42634710e49 100644 --- a/.github/workflows/instructions-janitor.lock.yml +++ b/.github/workflows/instructions-janitor.lock.yml @@ -449,6 +449,10 @@ jobs: "itemSanitize": true, "itemMaxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -459,7 +463,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -515,8 +520,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -526,13 +536,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/issue-arborist.lock.yml b/.github/workflows/issue-arborist.lock.yml index f89e0b68908..246ee75e46f 100644 --- a/.github/workflows/issue-arborist.lock.yml +++ b/.github/workflows/issue-arborist.lock.yml @@ -444,6 +444,10 @@ jobs: "sanitize": true, "maxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -454,7 +458,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "create_issue": { "defaultMax": 1, @@ -474,6 +479,10 @@ jobs: "parent": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -487,7 +496,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "link_sub_issue": { "defaultMax": 5, @@ -561,8 +571,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -572,13 +587,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/issue-monster.lock.yml b/.github/workflows/issue-monster.lock.yml index 1e92676c014..4e874ef7ee2 100644 --- a/.github/workflows/issue-monster.lock.yml +++ b/.github/workflows/issue-monster.lock.yml @@ -794,6 +794,10 @@ jobs: "item_number": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "reply_to_id": { "type": "string", "maxLength": 256 @@ -802,7 +806,8 @@ jobs: "type": "string", "maxLength": 256 } - } + }, + "allowed-payload": true }, "assign_to_agent": { "defaultMax": 1, @@ -883,8 +888,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -894,13 +904,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/issue-triage-agent.lock.yml b/.github/workflows/issue-triage-agent.lock.yml index 482a6b01bc2..8ed164bc254 100644 --- a/.github/workflows/issue-triage-agent.lock.yml +++ b/.github/workflows/issue-triage-agent.lock.yml @@ -399,6 +399,10 @@ jobs: "item_number": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "reply_to_id": { "type": "string", "maxLength": 256 @@ -407,7 +411,8 @@ jobs: "type": "string", "maxLength": 256 } - } + }, + "allowed-payload": true }, "add_labels": { "defaultMax": 5, @@ -482,8 +487,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -493,13 +503,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/jsweep.lock.yml b/.github/workflows/jsweep.lock.yml index e9e4c1f7710..af7f8e99163 100644 --- a/.github/workflows/jsweep.lock.yml +++ b/.github/workflows/jsweep.lock.yml @@ -499,6 +499,10 @@ jobs: "itemSanitize": true, "itemMaxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -509,7 +513,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -565,8 +570,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -576,13 +586,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/layout-spec-maintainer.lock.yml b/.github/workflows/layout-spec-maintainer.lock.yml index fb1a322d2ac..ebebcc532dd 100644 --- a/.github/workflows/layout-spec-maintainer.lock.yml +++ b/.github/workflows/layout-spec-maintainer.lock.yml @@ -435,6 +435,10 @@ jobs: "itemSanitize": true, "itemMaxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -445,7 +449,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -501,8 +506,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -512,13 +522,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/lockfile-stats.lock.yml b/.github/workflows/lockfile-stats.lock.yml index 1a428c3393b..13d43f36c17 100644 --- a/.github/workflows/lockfile-stats.lock.yml +++ b/.github/workflows/lockfile-stats.lock.yml @@ -442,6 +442,10 @@ jobs: "sanitize": true, "maxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -452,7 +456,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -508,8 +513,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -519,13 +529,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/mcp-inspector.lock.yml b/.github/workflows/mcp-inspector.lock.yml index 64b347db35f..18b57739b37 100644 --- a/.github/workflows/mcp-inspector.lock.yml +++ b/.github/workflows/mcp-inspector.lock.yml @@ -634,6 +634,10 @@ jobs: "sanitize": true, "maxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -644,7 +648,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -700,8 +705,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -711,13 +721,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/mergefest.lock.yml b/.github/workflows/mergefest.lock.yml index aca88a7906b..6c69718305d 100644 --- a/.github/workflows/mergefest.lock.yml +++ b/.github/workflows/mergefest.lock.yml @@ -509,8 +509,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "push_to_pull_request_branch": { "defaultMax": 1, @@ -540,13 +545,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/notion-issue-summary.lock.yml b/.github/workflows/notion-issue-summary.lock.yml index 5cf94c7eca6..1cba03d4feb 100644 --- a/.github/workflows/notion-issue-summary.lock.yml +++ b/.github/workflows/notion-issue-summary.lock.yml @@ -477,8 +477,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -488,13 +493,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/org-health-report.lock.yml b/.github/workflows/org-health-report.lock.yml index fdca0a051a0..a2878640ca4 100644 --- a/.github/workflows/org-health-report.lock.yml +++ b/.github/workflows/org-health-report.lock.yml @@ -470,6 +470,10 @@ jobs: "sanitize": true, "maxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -480,7 +484,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -536,8 +541,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -547,13 +557,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/pdf-summary.lock.yml b/.github/workflows/pdf-summary.lock.yml index abe01c4c693..ce4ab69a68e 100644 --- a/.github/workflows/pdf-summary.lock.yml +++ b/.github/workflows/pdf-summary.lock.yml @@ -530,6 +530,10 @@ jobs: "item_number": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "reply_to_id": { "type": "string", "maxLength": 256 @@ -538,7 +542,8 @@ jobs: "type": "string", "maxLength": 256 } - } + }, + "allowed-payload": true }, "create_discussion": { "defaultMax": 1, @@ -554,6 +559,10 @@ jobs: "sanitize": true, "maxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -564,7 +573,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -620,8 +630,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -631,13 +646,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/plan.lock.yml b/.github/workflows/plan.lock.yml index 11ed1b142e1..79279f3744a 100644 --- a/.github/workflows/plan.lock.yml +++ b/.github/workflows/plan.lock.yml @@ -466,6 +466,10 @@ jobs: "discussion_number": { "optionalPositiveInteger": true }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "type": "string", "enum": [ @@ -479,7 +483,8 @@ jobs: "type": "string", "maxLength": 256 } - } + }, + "allowed-payload": true }, "create_issue": { "defaultMax": 1, @@ -499,6 +504,10 @@ jobs: "parent": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -512,7 +521,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -568,8 +578,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -579,13 +594,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/poem-bot.lock.yml b/.github/workflows/poem-bot.lock.yml index 33850be6078..b8c2e4f489c 100644 --- a/.github/workflows/poem-bot.lock.yml +++ b/.github/workflows/poem-bot.lock.yml @@ -529,6 +529,10 @@ jobs: "item_number": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "reply_to_id": { "type": "string", "maxLength": 256 @@ -537,7 +541,8 @@ jobs: "type": "string", "maxLength": 256 } - } + }, + "allowed-payload": true }, "add_labels": { "defaultMax": 5, @@ -567,6 +572,10 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "pull_request_number": { "optionalPositiveInteger": true }, @@ -574,7 +583,8 @@ jobs: "type": "string", "maxLength": 256 } - } + }, + "allowed-payload": true }, "create_agent_session": { "defaultMax": 1, @@ -585,11 +595,16 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 } - } + }, + "allowed-payload": true }, "create_discussion": { "defaultMax": 1, @@ -605,6 +620,10 @@ jobs: "sanitize": true, "maxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -615,7 +634,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "create_issue": { "defaultMax": 1, @@ -635,6 +655,10 @@ jobs: "parent": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -648,7 +672,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "create_pull_request": { "defaultMax": 1, @@ -674,6 +699,10 @@ jobs: "itemSanitize": true, "itemMaxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -684,7 +713,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "create_pull_request_review_comment": { "defaultMax": 1, @@ -795,8 +825,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "push_to_pull_request_branch": { "defaultMax": 1, @@ -826,13 +861,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true }, "update_issue": { "defaultMax": 1, @@ -869,6 +909,10 @@ jobs: "replace-island" ] }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -886,7 +930,8 @@ jobs: "maxLength": 128 } }, - "customValidation": "requiresOneOf:status,title,body" + "customValidation": "requiresOneOf:status,title,body", + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/portfolio-analyst.lock.yml b/.github/workflows/portfolio-analyst.lock.yml index 70aa54594a7..7e24a0fa0a5 100644 --- a/.github/workflows/portfolio-analyst.lock.yml +++ b/.github/workflows/portfolio-analyst.lock.yml @@ -543,6 +543,10 @@ jobs: "sanitize": true, "maxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -553,7 +557,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -609,8 +614,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -620,13 +630,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/pr-nitpick-reviewer.lock.yml b/.github/workflows/pr-nitpick-reviewer.lock.yml index ec1b580ae0b..90e9eb274ac 100644 --- a/.github/workflows/pr-nitpick-reviewer.lock.yml +++ b/.github/workflows/pr-nitpick-reviewer.lock.yml @@ -503,6 +503,10 @@ jobs: "sanitize": true, "maxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -513,7 +517,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "create_pull_request_review_comment": { "defaultMax": 1, @@ -606,8 +611,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -617,13 +627,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true }, "submit_pull_request_review": { "defaultMax": 1, @@ -640,8 +655,13 @@ jobs: "REQUEST_CHANGES", "COMMENT" ] + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/pr-triage-agent.lock.yml b/.github/workflows/pr-triage-agent.lock.yml index 1abd5175eca..e5c0d6d9177 100644 --- a/.github/workflows/pr-triage-agent.lock.yml +++ b/.github/workflows/pr-triage-agent.lock.yml @@ -440,6 +440,10 @@ jobs: "item_number": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "reply_to_id": { "type": "string", "maxLength": 256 @@ -448,7 +452,8 @@ jobs: "type": "string", "maxLength": 256 } - } + }, + "allowed-payload": true }, "add_labels": { "defaultMax": 5, @@ -487,6 +492,10 @@ jobs: "parent": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -500,7 +509,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -556,8 +566,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -567,13 +582,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/prompt-clustering-analysis.lock.yml b/.github/workflows/prompt-clustering-analysis.lock.yml index ae40ee11cba..cea08183732 100644 --- a/.github/workflows/prompt-clustering-analysis.lock.yml +++ b/.github/workflows/prompt-clustering-analysis.lock.yml @@ -560,6 +560,10 @@ jobs: "sanitize": true, "maxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -570,7 +574,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -626,8 +631,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -637,13 +647,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/python-data-charts.lock.yml b/.github/workflows/python-data-charts.lock.yml index dd839de58b1..e1400c07f4e 100644 --- a/.github/workflows/python-data-charts.lock.yml +++ b/.github/workflows/python-data-charts.lock.yml @@ -522,6 +522,10 @@ jobs: "sanitize": true, "maxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -532,7 +536,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -588,8 +593,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -599,13 +609,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/q.lock.yml b/.github/workflows/q.lock.yml index f5fc8cc96f7..865a8350182 100644 --- a/.github/workflows/q.lock.yml +++ b/.github/workflows/q.lock.yml @@ -622,6 +622,10 @@ jobs: "item_number": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "reply_to_id": { "type": "string", "maxLength": 256 @@ -630,7 +634,8 @@ jobs: "type": "string", "maxLength": 256 } - } + }, + "allowed-payload": true }, "add_labels": { "defaultMax": 5, @@ -675,6 +680,10 @@ jobs: "itemSanitize": true, "itemMaxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -685,7 +694,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -741,8 +751,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -752,13 +767,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/refactoring-cadence.lock.yml b/.github/workflows/refactoring-cadence.lock.yml index e13edff2928..1dcb3922f85 100644 --- a/.github/workflows/refactoring-cadence.lock.yml +++ b/.github/workflows/refactoring-cadence.lock.yml @@ -441,6 +441,10 @@ jobs: "parent": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -454,7 +458,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -510,8 +515,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -521,13 +531,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/refiner.lock.yml b/.github/workflows/refiner.lock.yml index 3b4a1d39de1..cb6acbd75e6 100644 --- a/.github/workflows/refiner.lock.yml +++ b/.github/workflows/refiner.lock.yml @@ -449,6 +449,10 @@ jobs: "item_number": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "reply_to_id": { "type": "string", "maxLength": 256 @@ -457,7 +461,8 @@ jobs: "type": "string", "maxLength": 256 } - } + }, + "allowed-payload": true }, "create_pull_request": { "defaultMax": 1, @@ -483,6 +488,10 @@ jobs: "itemSanitize": true, "itemMaxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -493,7 +502,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -549,8 +559,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -560,13 +575,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/release.lock.yml b/.github/workflows/release.lock.yml index eab02119e19..e2abcf50f66 100644 --- a/.github/workflows/release.lock.yml +++ b/.github/workflows/release.lock.yml @@ -491,8 +491,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -502,13 +507,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true }, "update_release": { "defaultMax": 1, diff --git a/.github/workflows/repo-audit-analyzer.lock.yml b/.github/workflows/repo-audit-analyzer.lock.yml index e484e9015eb..3bf6b478c5d 100644 --- a/.github/workflows/repo-audit-analyzer.lock.yml +++ b/.github/workflows/repo-audit-analyzer.lock.yml @@ -447,6 +447,10 @@ jobs: "sanitize": true, "maxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -457,7 +461,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -513,8 +518,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -524,13 +534,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/repo-tree-map.lock.yml b/.github/workflows/repo-tree-map.lock.yml index 1ab81446748..204b0a4a6a2 100644 --- a/.github/workflows/repo-tree-map.lock.yml +++ b/.github/workflows/repo-tree-map.lock.yml @@ -416,6 +416,10 @@ jobs: "sanitize": true, "maxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -426,7 +430,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -482,8 +487,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -493,13 +503,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/repository-quality-improver.lock.yml b/.github/workflows/repository-quality-improver.lock.yml index e5c117bef26..3ab5d0964b5 100644 --- a/.github/workflows/repository-quality-improver.lock.yml +++ b/.github/workflows/repository-quality-improver.lock.yml @@ -480,6 +480,10 @@ jobs: "sanitize": true, "maxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -490,7 +494,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -546,8 +551,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -557,13 +567,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/research.lock.yml b/.github/workflows/research.lock.yml index 6670a9d35f4..8019b8c1f5e 100644 --- a/.github/workflows/research.lock.yml +++ b/.github/workflows/research.lock.yml @@ -424,6 +424,10 @@ jobs: "sanitize": true, "maxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -434,7 +438,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -490,8 +495,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -501,13 +511,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/safe-output-health.lock.yml b/.github/workflows/safe-output-health.lock.yml index b5d82dad09b..7de249f3f5e 100644 --- a/.github/workflows/safe-output-health.lock.yml +++ b/.github/workflows/safe-output-health.lock.yml @@ -512,6 +512,10 @@ jobs: "sanitize": true, "maxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -522,7 +526,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -578,8 +583,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -589,13 +599,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/schema-consistency-checker.lock.yml b/.github/workflows/schema-consistency-checker.lock.yml index 9f86f41ca97..0d1ed3d4f74 100644 --- a/.github/workflows/schema-consistency-checker.lock.yml +++ b/.github/workflows/schema-consistency-checker.lock.yml @@ -441,6 +441,10 @@ jobs: "sanitize": true, "maxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -451,7 +455,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -507,8 +512,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -518,13 +528,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/schema-feature-coverage.lock.yml b/.github/workflows/schema-feature-coverage.lock.yml index c5d75480ac3..13616e2e899 100644 --- a/.github/workflows/schema-feature-coverage.lock.yml +++ b/.github/workflows/schema-feature-coverage.lock.yml @@ -434,6 +434,10 @@ jobs: "itemSanitize": true, "itemMaxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -444,7 +448,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -500,8 +505,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -511,13 +521,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/scout.lock.yml b/.github/workflows/scout.lock.yml index 83de4bf83c6..5429c078619 100644 --- a/.github/workflows/scout.lock.yml +++ b/.github/workflows/scout.lock.yml @@ -564,6 +564,10 @@ jobs: "item_number": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "reply_to_id": { "type": "string", "maxLength": 256 @@ -572,7 +576,8 @@ jobs: "type": "string", "maxLength": 256 } - } + }, + "allowed-payload": true }, "add_labels": { "defaultMax": 5, @@ -647,8 +652,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -658,13 +668,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/security-compliance.lock.yml b/.github/workflows/security-compliance.lock.yml index 7b76b997d22..ba922a9f82b 100644 --- a/.github/workflows/security-compliance.lock.yml +++ b/.github/workflows/security-compliance.lock.yml @@ -457,6 +457,10 @@ jobs: "parent": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -470,7 +474,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -526,8 +531,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -537,13 +547,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/security-review.lock.yml b/.github/workflows/security-review.lock.yml index 7da83ea9151..2e58505456f 100644 --- a/.github/workflows/security-review.lock.yml +++ b/.github/workflows/security-review.lock.yml @@ -633,8 +633,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -644,13 +649,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true }, "submit_pull_request_review": { "defaultMax": 1, @@ -667,8 +677,13 @@ jobs: "REQUEST_CHANGES", "COMMENT" ] + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/semantic-function-refactor.lock.yml b/.github/workflows/semantic-function-refactor.lock.yml index 74656043e02..7e583b0b41e 100644 --- a/.github/workflows/semantic-function-refactor.lock.yml +++ b/.github/workflows/semantic-function-refactor.lock.yml @@ -454,11 +454,16 @@ jobs: "issue_number": { "optionalPositiveInteger": true }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 } - } + }, + "allowed-payload": true }, "create_issue": { "defaultMax": 1, @@ -478,6 +483,10 @@ jobs: "parent": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -491,7 +500,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -547,8 +557,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -558,13 +573,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/sergo.lock.yml b/.github/workflows/sergo.lock.yml index bd915cb84d9..2e2923d94c7 100644 --- a/.github/workflows/sergo.lock.yml +++ b/.github/workflows/sergo.lock.yml @@ -480,6 +480,10 @@ jobs: "sanitize": true, "maxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -490,7 +494,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -546,8 +551,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -557,13 +567,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/slide-deck-maintainer.lock.yml b/.github/workflows/slide-deck-maintainer.lock.yml index f19667d7212..dbbc0315ae3 100644 --- a/.github/workflows/slide-deck-maintainer.lock.yml +++ b/.github/workflows/slide-deck-maintainer.lock.yml @@ -489,6 +489,10 @@ jobs: "itemSanitize": true, "itemMaxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -499,7 +503,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -555,8 +560,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -566,13 +576,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/smoke-agent-all-merged.lock.yml b/.github/workflows/smoke-agent-all-merged.lock.yml index 6c65a26184f..c603c3aea51 100644 --- a/.github/workflows/smoke-agent-all-merged.lock.yml +++ b/.github/workflows/smoke-agent-all-merged.lock.yml @@ -460,6 +460,10 @@ jobs: "item_number": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "reply_to_id": { "type": "string", "maxLength": 256 @@ -468,7 +472,8 @@ jobs: "type": "string", "maxLength": 256 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -524,8 +529,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -535,13 +545,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/smoke-agent-all-none.lock.yml b/.github/workflows/smoke-agent-all-none.lock.yml index 355c94e163d..93bab3fe1a0 100644 --- a/.github/workflows/smoke-agent-all-none.lock.yml +++ b/.github/workflows/smoke-agent-all-none.lock.yml @@ -460,6 +460,10 @@ jobs: "item_number": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "reply_to_id": { "type": "string", "maxLength": 256 @@ -468,7 +472,8 @@ jobs: "type": "string", "maxLength": 256 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -524,8 +529,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -535,13 +545,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/smoke-agent-public-approved.lock.yml b/.github/workflows/smoke-agent-public-approved.lock.yml index 119e9132f04..e8b9f9bc4e1 100644 --- a/.github/workflows/smoke-agent-public-approved.lock.yml +++ b/.github/workflows/smoke-agent-public-approved.lock.yml @@ -465,6 +465,10 @@ jobs: "item_number": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "reply_to_id": { "type": "string", "maxLength": 256 @@ -473,7 +477,8 @@ jobs: "type": "string", "maxLength": 256 } - } + }, + "allowed-payload": true }, "assign_to_agent": { "defaultMax": 1, @@ -554,8 +559,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -565,13 +575,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/smoke-agent-public-none.lock.yml b/.github/workflows/smoke-agent-public-none.lock.yml index 88d292c750f..00aae55541b 100644 --- a/.github/workflows/smoke-agent-public-none.lock.yml +++ b/.github/workflows/smoke-agent-public-none.lock.yml @@ -460,6 +460,10 @@ jobs: "item_number": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "reply_to_id": { "type": "string", "maxLength": 256 @@ -468,7 +472,8 @@ jobs: "type": "string", "maxLength": 256 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -524,8 +529,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -535,13 +545,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/smoke-agent-scoped-approved.lock.yml b/.github/workflows/smoke-agent-scoped-approved.lock.yml index ce71c86298f..e9e7f152eb6 100644 --- a/.github/workflows/smoke-agent-scoped-approved.lock.yml +++ b/.github/workflows/smoke-agent-scoped-approved.lock.yml @@ -463,6 +463,10 @@ jobs: "item_number": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "reply_to_id": { "type": "string", "maxLength": 256 @@ -471,7 +475,8 @@ jobs: "type": "string", "maxLength": 256 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -527,8 +532,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -538,13 +548,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/smoke-call-workflow.lock.yml b/.github/workflows/smoke-call-workflow.lock.yml index 6498c3e07f0..86c2614bf7b 100644 --- a/.github/workflows/smoke-call-workflow.lock.yml +++ b/.github/workflows/smoke-call-workflow.lock.yml @@ -507,8 +507,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -518,13 +523,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/smoke-claude.lock.yml b/.github/workflows/smoke-claude.lock.yml index 1ae857e96fd..704ffaf0b20 100644 --- a/.github/workflows/smoke-claude.lock.yml +++ b/.github/workflows/smoke-claude.lock.yml @@ -1017,6 +1017,10 @@ jobs: "item_number": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "reply_to_id": { "type": "string", "maxLength": 256 @@ -1025,7 +1029,8 @@ jobs: "type": "string", "maxLength": 256 } - } + }, + "allowed-payload": true }, "add_labels": { "defaultMax": 5, @@ -1074,6 +1079,10 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "pull_request_number": { "optionalPositiveInteger": true }, @@ -1081,7 +1090,8 @@ jobs: "type": "string", "maxLength": 256 } - } + }, + "allowed-payload": true }, "create_code_scanning_alert": { "defaultMax": 40, @@ -1142,6 +1152,10 @@ jobs: "parent": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -1155,7 +1169,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "create_pull_request_review_comment": { "defaultMax": 1, @@ -1248,8 +1263,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "push_to_pull_request_branch": { "defaultMax": 1, @@ -1279,13 +1299,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true }, "resolve_pull_request_review_thread": { "defaultMax": 10, @@ -1311,8 +1336,13 @@ jobs: "REQUEST_CHANGES", "COMMENT" ] + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "update_pull_request": { "defaultMax": 1, @@ -1333,6 +1363,10 @@ jobs: "prepend" ] }, + "payload": { + "type": "object", + "isPayload": true + }, "pull_request_number": { "issueOrPRNumber": true }, @@ -1346,7 +1380,8 @@ jobs: "maxLength": 256 } }, - "customValidation": "requiresOneOf:title,body" + "customValidation": "requiresOneOf:title,body", + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/smoke-codex.lock.yml b/.github/workflows/smoke-codex.lock.yml index 43b8154f95a..0b8aad346ee 100644 --- a/.github/workflows/smoke-codex.lock.yml +++ b/.github/workflows/smoke-codex.lock.yml @@ -588,6 +588,10 @@ jobs: "item_number": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "reply_to_id": { "type": "string", "maxLength": 256 @@ -596,7 +600,8 @@ jobs: "type": "string", "maxLength": 256 } - } + }, + "allowed-payload": true }, "add_labels": { "defaultMax": 5, @@ -635,6 +640,10 @@ jobs: "parent": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -648,7 +657,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "hide_comment": { "defaultMax": 5, @@ -728,8 +738,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "remove_labels": { "defaultMax": 5, @@ -758,13 +773,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true }, "unassign_from_user": { "defaultMax": 1, diff --git a/.github/workflows/smoke-copilot-arm.lock.yml b/.github/workflows/smoke-copilot-arm.lock.yml index 42256959418..fbfc2903844 100644 --- a/.github/workflows/smoke-copilot-arm.lock.yml +++ b/.github/workflows/smoke-copilot-arm.lock.yml @@ -665,6 +665,10 @@ jobs: "item_number": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "reply_to_id": { "type": "string", "maxLength": 256 @@ -673,7 +677,8 @@ jobs: "type": "string", "maxLength": 256 } - } + }, + "allowed-payload": true }, "add_labels": { "defaultMax": 5, @@ -708,6 +713,10 @@ jobs: "sanitize": true, "maxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -718,7 +727,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "create_issue": { "defaultMax": 1, @@ -738,6 +748,10 @@ jobs: "parent": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -751,7 +765,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "create_pull_request_review_comment": { "defaultMax": 1, @@ -844,8 +859,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "remove_labels": { "defaultMax": 5, @@ -874,13 +894,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true }, "submit_pull_request_review": { "defaultMax": 1, @@ -897,8 +922,13 @@ jobs: "REQUEST_CHANGES", "COMMENT" ] + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/smoke-copilot.lock.yml b/.github/workflows/smoke-copilot.lock.yml index d25b8cbb771..237480fe7ff 100644 --- a/.github/workflows/smoke-copilot.lock.yml +++ b/.github/workflows/smoke-copilot.lock.yml @@ -662,6 +662,10 @@ jobs: "item_number": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "reply_to_id": { "type": "string", "maxLength": 256 @@ -670,7 +674,8 @@ jobs: "type": "string", "maxLength": 256 } - } + }, + "allowed-payload": true }, "add_labels": { "defaultMax": 5, @@ -705,6 +710,10 @@ jobs: "sanitize": true, "maxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -715,7 +724,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "create_issue": { "defaultMax": 1, @@ -735,6 +745,10 @@ jobs: "parent": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -748,7 +762,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "create_pull_request_review_comment": { "defaultMax": 1, @@ -841,8 +856,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "remove_labels": { "defaultMax": 5, @@ -893,13 +913,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true }, "set_issue_type": { "defaultMax": 5, @@ -934,8 +959,13 @@ jobs: "REQUEST_CHANGES", "COMMENT" ] + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/smoke-create-cross-repo-pr.lock.yml b/.github/workflows/smoke-create-cross-repo-pr.lock.yml index e0b2af2f574..04a5fa7a163 100644 --- a/.github/workflows/smoke-create-cross-repo-pr.lock.yml +++ b/.github/workflows/smoke-create-cross-repo-pr.lock.yml @@ -480,6 +480,10 @@ jobs: "item_number": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "reply_to_id": { "type": "string", "maxLength": 256 @@ -488,7 +492,8 @@ jobs: "type": "string", "maxLength": 256 } - } + }, + "allowed-payload": true }, "create_issue": { "defaultMax": 1, @@ -508,6 +513,10 @@ jobs: "parent": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -521,7 +530,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "create_pull_request": { "defaultMax": 1, @@ -547,6 +557,10 @@ jobs: "itemSanitize": true, "itemMaxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -557,7 +571,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -613,8 +628,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -624,13 +644,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/smoke-gemini.lock.yml b/.github/workflows/smoke-gemini.lock.yml index 59d5a630d60..7400994b733 100644 --- a/.github/workflows/smoke-gemini.lock.yml +++ b/.github/workflows/smoke-gemini.lock.yml @@ -511,6 +511,10 @@ jobs: "item_number": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "reply_to_id": { "type": "string", "maxLength": 256 @@ -519,7 +523,8 @@ jobs: "type": "string", "maxLength": 256 } - } + }, + "allowed-payload": true }, "add_labels": { "defaultMax": 5, @@ -558,6 +563,10 @@ jobs: "parent": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -571,7 +580,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -627,8 +637,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -638,13 +653,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/smoke-multi-pr.lock.yml b/.github/workflows/smoke-multi-pr.lock.yml index 03decb998d7..8ec931a90d2 100644 --- a/.github/workflows/smoke-multi-pr.lock.yml +++ b/.github/workflows/smoke-multi-pr.lock.yml @@ -480,6 +480,10 @@ jobs: "item_number": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "reply_to_id": { "type": "string", "maxLength": 256 @@ -488,7 +492,8 @@ jobs: "type": "string", "maxLength": 256 } - } + }, + "allowed-payload": true }, "create_pull_request": { "defaultMax": 1, @@ -514,6 +519,10 @@ jobs: "itemSanitize": true, "itemMaxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -524,7 +533,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -580,8 +590,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -591,13 +606,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/smoke-project.lock.yml b/.github/workflows/smoke-project.lock.yml index 4df2f972906..00f07f0589c 100644 --- a/.github/workflows/smoke-project.lock.yml +++ b/.github/workflows/smoke-project.lock.yml @@ -489,6 +489,10 @@ jobs: "item_number": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "reply_to_id": { "type": "string", "maxLength": 256 @@ -497,7 +501,8 @@ jobs: "type": "string", "maxLength": 256 } - } + }, + "allowed-payload": true }, "add_labels": { "defaultMax": 5, @@ -536,6 +541,10 @@ jobs: "parent": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -549,7 +558,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "create_project_status_update": { "defaultMax": 10, @@ -614,6 +624,10 @@ jobs: "itemSanitize": true, "itemMaxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -624,7 +638,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -680,8 +695,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "remove_labels": { "defaultMax": 5, @@ -710,13 +730,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true }, "update_project": { "defaultMax": 10, diff --git a/.github/workflows/smoke-service-ports.lock.yml b/.github/workflows/smoke-service-ports.lock.yml index 3aee5cb3dc1..1d6797ba32d 100644 --- a/.github/workflows/smoke-service-ports.lock.yml +++ b/.github/workflows/smoke-service-ports.lock.yml @@ -448,6 +448,10 @@ jobs: "item_number": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "reply_to_id": { "type": "string", "maxLength": 256 @@ -456,7 +460,8 @@ jobs: "type": "string", "maxLength": 256 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -512,8 +517,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -523,13 +533,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/smoke-temporary-id.lock.yml b/.github/workflows/smoke-temporary-id.lock.yml index 353c1d12216..89cc71f2e3d 100644 --- a/.github/workflows/smoke-temporary-id.lock.yml +++ b/.github/workflows/smoke-temporary-id.lock.yml @@ -477,6 +477,10 @@ jobs: "item_number": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "reply_to_id": { "type": "string", "maxLength": 256 @@ -485,7 +489,8 @@ jobs: "type": "string", "maxLength": 256 } - } + }, + "allowed-payload": true }, "create_issue": { "defaultMax": 1, @@ -505,6 +510,10 @@ jobs: "parent": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -518,7 +527,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "link_sub_issue": { "defaultMax": 5, @@ -592,8 +602,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -603,13 +618,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/smoke-test-tools.lock.yml b/.github/workflows/smoke-test-tools.lock.yml index 9dd9745a6c5..d61bfb0bf19 100644 --- a/.github/workflows/smoke-test-tools.lock.yml +++ b/.github/workflows/smoke-test-tools.lock.yml @@ -492,6 +492,10 @@ jobs: "item_number": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "reply_to_id": { "type": "string", "maxLength": 256 @@ -500,7 +504,8 @@ jobs: "type": "string", "maxLength": 256 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -556,8 +561,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -567,13 +577,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/smoke-update-cross-repo-pr.lock.yml b/.github/workflows/smoke-update-cross-repo-pr.lock.yml index fe591d434da..750b2f501cb 100644 --- a/.github/workflows/smoke-update-cross-repo-pr.lock.yml +++ b/.github/workflows/smoke-update-cross-repo-pr.lock.yml @@ -510,6 +510,10 @@ jobs: "item_number": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "reply_to_id": { "type": "string", "maxLength": 256 @@ -518,7 +522,8 @@ jobs: "type": "string", "maxLength": 256 } - } + }, + "allowed-payload": true }, "create_issue": { "defaultMax": 1, @@ -538,6 +543,10 @@ jobs: "parent": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -551,7 +560,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -607,8 +617,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "push_to_pull_request_branch": { "defaultMax": 1, @@ -638,13 +653,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/smoke-workflow-call-with-inputs.lock.yml b/.github/workflows/smoke-workflow-call-with-inputs.lock.yml index a0abb737ad2..7776129f9b0 100644 --- a/.github/workflows/smoke-workflow-call-with-inputs.lock.yml +++ b/.github/workflows/smoke-workflow-call-with-inputs.lock.yml @@ -474,6 +474,10 @@ jobs: "parent": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -487,7 +491,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -543,8 +548,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -554,13 +564,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/smoke-workflow-call.lock.yml b/.github/workflows/smoke-workflow-call.lock.yml index 78266e6749b..5191517d5b0 100644 --- a/.github/workflows/smoke-workflow-call.lock.yml +++ b/.github/workflows/smoke-workflow-call.lock.yml @@ -467,6 +467,10 @@ jobs: "item_number": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "reply_to_id": { "type": "string", "maxLength": 256 @@ -475,7 +479,8 @@ jobs: "type": "string", "maxLength": 256 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -531,8 +536,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -542,13 +552,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/spec-enforcer.lock.yml b/.github/workflows/spec-enforcer.lock.yml index 00c698ecb8c..7bdd134ee46 100644 --- a/.github/workflows/spec-enforcer.lock.yml +++ b/.github/workflows/spec-enforcer.lock.yml @@ -456,6 +456,10 @@ jobs: "itemSanitize": true, "itemMaxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -466,7 +470,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -522,8 +527,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -533,13 +543,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/spec-extractor.lock.yml b/.github/workflows/spec-extractor.lock.yml index 12f18333eb8..cb597303955 100644 --- a/.github/workflows/spec-extractor.lock.yml +++ b/.github/workflows/spec-extractor.lock.yml @@ -488,6 +488,10 @@ jobs: "itemSanitize": true, "itemMaxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -498,7 +502,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -554,8 +559,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -565,13 +575,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/spec-librarian.lock.yml b/.github/workflows/spec-librarian.lock.yml index cdffe3598e8..659c49c8b4b 100644 --- a/.github/workflows/spec-librarian.lock.yml +++ b/.github/workflows/spec-librarian.lock.yml @@ -461,6 +461,10 @@ jobs: "parent": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -474,7 +478,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -530,8 +535,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -541,13 +551,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/stale-repo-identifier.lock.yml b/.github/workflows/stale-repo-identifier.lock.yml index b4ab57899df..e82bd786321 100644 --- a/.github/workflows/stale-repo-identifier.lock.yml +++ b/.github/workflows/stale-repo-identifier.lock.yml @@ -532,6 +532,10 @@ jobs: "parent": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -545,7 +549,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -601,8 +606,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -612,13 +622,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/static-analysis-report.lock.yml b/.github/workflows/static-analysis-report.lock.yml index a117de3c619..8acc990c681 100644 --- a/.github/workflows/static-analysis-report.lock.yml +++ b/.github/workflows/static-analysis-report.lock.yml @@ -521,6 +521,10 @@ jobs: "parent": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -534,7 +538,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -590,8 +595,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -601,13 +611,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/step-name-alignment.lock.yml b/.github/workflows/step-name-alignment.lock.yml index 99188835e4e..838bfd0ca60 100644 --- a/.github/workflows/step-name-alignment.lock.yml +++ b/.github/workflows/step-name-alignment.lock.yml @@ -439,6 +439,10 @@ jobs: "parent": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -452,7 +456,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -508,8 +513,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -519,13 +529,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/sub-issue-closer.lock.yml b/.github/workflows/sub-issue-closer.lock.yml index cdf0b90b99f..bc2126e2a17 100644 --- a/.github/workflows/sub-issue-closer.lock.yml +++ b/.github/workflows/sub-issue-closer.lock.yml @@ -410,6 +410,10 @@ jobs: "item_number": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "reply_to_id": { "type": "string", "maxLength": 256 @@ -418,7 +422,8 @@ jobs: "type": "string", "maxLength": 256 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -474,8 +479,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -485,13 +495,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true }, "update_issue": { "defaultMax": 1, @@ -528,6 +543,10 @@ jobs: "replace-island" ] }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -545,7 +564,8 @@ jobs: "maxLength": 128 } }, - "customValidation": "requiresOneOf:status,title,body" + "customValidation": "requiresOneOf:status,title,body", + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/super-linter.lock.yml b/.github/workflows/super-linter.lock.yml index 7509f365bbd..8086d09f0f5 100644 --- a/.github/workflows/super-linter.lock.yml +++ b/.github/workflows/super-linter.lock.yml @@ -462,6 +462,10 @@ jobs: "parent": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -475,7 +479,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -531,8 +536,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -542,13 +552,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/technical-doc-writer.lock.yml b/.github/workflows/technical-doc-writer.lock.yml index 11af5ec7571..193078f534c 100644 --- a/.github/workflows/technical-doc-writer.lock.yml +++ b/.github/workflows/technical-doc-writer.lock.yml @@ -501,6 +501,10 @@ jobs: "item_number": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "reply_to_id": { "type": "string", "maxLength": 256 @@ -509,7 +513,8 @@ jobs: "type": "string", "maxLength": 256 } - } + }, + "allowed-payload": true }, "create_pull_request": { "defaultMax": 1, @@ -535,6 +540,10 @@ jobs: "itemSanitize": true, "itemMaxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -545,7 +554,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -601,8 +611,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -612,13 +627,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/terminal-stylist.lock.yml b/.github/workflows/terminal-stylist.lock.yml index d02c6b856b4..07972d17c5e 100644 --- a/.github/workflows/terminal-stylist.lock.yml +++ b/.github/workflows/terminal-stylist.lock.yml @@ -452,6 +452,10 @@ jobs: "sanitize": true, "maxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -462,7 +466,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -518,8 +523,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -529,13 +539,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/test-create-pr-error-handling.lock.yml b/.github/workflows/test-create-pr-error-handling.lock.yml index 192082a2c65..456661be1ee 100644 --- a/.github/workflows/test-create-pr-error-handling.lock.yml +++ b/.github/workflows/test-create-pr-error-handling.lock.yml @@ -444,6 +444,10 @@ jobs: "itemSanitize": true, "itemMaxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -454,7 +458,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -510,8 +515,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -521,13 +531,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/test-dispatcher.lock.yml b/.github/workflows/test-dispatcher.lock.yml index 3c8f61f287f..0bb2fc6c93e 100644 --- a/.github/workflows/test-dispatcher.lock.yml +++ b/.github/workflows/test-dispatcher.lock.yml @@ -466,8 +466,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -477,13 +482,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/test-project-url-default.lock.yml b/.github/workflows/test-project-url-default.lock.yml index 26226c08ce1..deb4c9e143c 100644 --- a/.github/workflows/test-project-url-default.lock.yml +++ b/.github/workflows/test-project-url-default.lock.yml @@ -484,8 +484,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -495,13 +500,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true }, "update_project": { "defaultMax": 10, diff --git a/.github/workflows/test-quality-sentinel.lock.yml b/.github/workflows/test-quality-sentinel.lock.yml index ac46961b0ca..43de5ba5a9e 100644 --- a/.github/workflows/test-quality-sentinel.lock.yml +++ b/.github/workflows/test-quality-sentinel.lock.yml @@ -430,6 +430,10 @@ jobs: "item_number": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "reply_to_id": { "type": "string", "maxLength": 256 @@ -438,7 +442,8 @@ jobs: "type": "string", "maxLength": 256 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -494,8 +499,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -505,13 +515,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true }, "submit_pull_request_review": { "defaultMax": 1, @@ -528,8 +543,13 @@ jobs: "REQUEST_CHANGES", "COMMENT" ] + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/tidy.lock.yml b/.github/workflows/tidy.lock.yml index 2b571e91122..73461c915d2 100644 --- a/.github/workflows/tidy.lock.yml +++ b/.github/workflows/tidy.lock.yml @@ -510,6 +510,10 @@ jobs: "itemSanitize": true, "itemMaxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -520,7 +524,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -576,8 +581,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "push_to_pull_request_branch": { "defaultMax": 1, @@ -607,13 +617,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/typist.lock.yml b/.github/workflows/typist.lock.yml index 5bb5effbee5..930551e8f90 100644 --- a/.github/workflows/typist.lock.yml +++ b/.github/workflows/typist.lock.yml @@ -454,6 +454,10 @@ jobs: "sanitize": true, "maxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -464,7 +468,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -520,8 +525,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -531,13 +541,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/ubuntu-image-analyzer.lock.yml b/.github/workflows/ubuntu-image-analyzer.lock.yml index 81aa9e5f149..2d12f557847 100644 --- a/.github/workflows/ubuntu-image-analyzer.lock.yml +++ b/.github/workflows/ubuntu-image-analyzer.lock.yml @@ -438,6 +438,10 @@ jobs: "itemSanitize": true, "itemMaxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -448,7 +452,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -504,8 +509,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -515,13 +525,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/unbloat-docs.lock.yml b/.github/workflows/unbloat-docs.lock.yml index 13e4b99888f..9755f8785d7 100644 --- a/.github/workflows/unbloat-docs.lock.yml +++ b/.github/workflows/unbloat-docs.lock.yml @@ -520,6 +520,10 @@ jobs: "item_number": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "reply_to_id": { "type": "string", "maxLength": 256 @@ -528,7 +532,8 @@ jobs: "type": "string", "maxLength": 256 } - } + }, + "allowed-payload": true }, "create_pull_request": { "defaultMax": 1, @@ -554,6 +559,10 @@ jobs: "itemSanitize": true, "itemMaxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -564,7 +573,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -620,8 +630,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -631,13 +646,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/update-astro.lock.yml b/.github/workflows/update-astro.lock.yml index d8cc864f6d5..82b90bdf2a6 100644 --- a/.github/workflows/update-astro.lock.yml +++ b/.github/workflows/update-astro.lock.yml @@ -446,6 +446,10 @@ jobs: "itemSanitize": true, "itemMaxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -456,7 +460,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -512,8 +517,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -523,13 +533,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/video-analyzer.lock.yml b/.github/workflows/video-analyzer.lock.yml index cd84ec0e02d..b2a6db2f6e1 100644 --- a/.github/workflows/video-analyzer.lock.yml +++ b/.github/workflows/video-analyzer.lock.yml @@ -433,6 +433,10 @@ jobs: "parent": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -446,7 +450,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -502,8 +507,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -513,13 +523,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/weekly-blog-post-writer.lock.yml b/.github/workflows/weekly-blog-post-writer.lock.yml index e94efdaaa19..61c73226acb 100644 --- a/.github/workflows/weekly-blog-post-writer.lock.yml +++ b/.github/workflows/weekly-blog-post-writer.lock.yml @@ -515,6 +515,10 @@ jobs: "itemSanitize": true, "itemMaxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -525,7 +529,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -581,8 +586,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -592,13 +602,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/weekly-editors-health-check.lock.yml b/.github/workflows/weekly-editors-health-check.lock.yml index 8df07eb00d1..447e481f0b3 100644 --- a/.github/workflows/weekly-editors-health-check.lock.yml +++ b/.github/workflows/weekly-editors-health-check.lock.yml @@ -429,6 +429,10 @@ jobs: "itemSanitize": true, "itemMaxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -439,7 +443,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -495,8 +500,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -506,13 +516,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/weekly-issue-summary.lock.yml b/.github/workflows/weekly-issue-summary.lock.yml index d81482eaa3c..35ee6c916dd 100644 --- a/.github/workflows/weekly-issue-summary.lock.yml +++ b/.github/workflows/weekly-issue-summary.lock.yml @@ -452,6 +452,10 @@ jobs: "sanitize": true, "maxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -462,7 +466,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -518,8 +523,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -529,13 +539,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/weekly-safe-outputs-spec-review.lock.yml b/.github/workflows/weekly-safe-outputs-spec-review.lock.yml index 37f736c89ab..615c4d64f9c 100644 --- a/.github/workflows/weekly-safe-outputs-spec-review.lock.yml +++ b/.github/workflows/weekly-safe-outputs-spec-review.lock.yml @@ -427,6 +427,10 @@ jobs: "itemSanitize": true, "itemMaxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -437,7 +441,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -493,8 +498,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -504,13 +514,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/workflow-generator.lock.yml b/.github/workflows/workflow-generator.lock.yml index 4ab066320bf..93e6aeca323 100644 --- a/.github/workflows/workflow-generator.lock.yml +++ b/.github/workflows/workflow-generator.lock.yml @@ -517,8 +517,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -528,13 +533,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true }, "update_issue": { "defaultMax": 1, @@ -571,6 +581,10 @@ jobs: "replace-island" ] }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -588,7 +602,8 @@ jobs: "maxLength": 128 } }, - "customValidation": "requiresOneOf:status,title,body" + "customValidation": "requiresOneOf:status,title,body", + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/workflow-health-manager.lock.yml b/.github/workflows/workflow-health-manager.lock.yml index d400f8927f1..ffd07c75614 100644 --- a/.github/workflows/workflow-health-manager.lock.yml +++ b/.github/workflows/workflow-health-manager.lock.yml @@ -446,6 +446,10 @@ jobs: "item_number": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "reply_to_id": { "type": "string", "maxLength": 256 @@ -454,7 +458,8 @@ jobs: "type": "string", "maxLength": 256 } - } + }, + "allowed-payload": true }, "create_issue": { "defaultMax": 1, @@ -474,6 +479,10 @@ jobs: "parent": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -487,7 +496,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -543,8 +553,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -554,13 +569,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true }, "update_issue": { "defaultMax": 1, @@ -597,6 +617,10 @@ jobs: "replace-island" ] }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -614,7 +638,8 @@ jobs: "maxLength": 128 } }, - "customValidation": "requiresOneOf:status,title,body" + "customValidation": "requiresOneOf:status,title,body", + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/workflow-normalizer.lock.yml b/.github/workflows/workflow-normalizer.lock.yml index 571c3c7b2ae..8c909b91110 100644 --- a/.github/workflows/workflow-normalizer.lock.yml +++ b/.github/workflows/workflow-normalizer.lock.yml @@ -480,6 +480,10 @@ jobs: "parent": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -493,7 +497,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -549,8 +554,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -560,13 +570,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/.github/workflows/workflow-skill-extractor.lock.yml b/.github/workflows/workflow-skill-extractor.lock.yml index 345ee79731b..11ba2d15b2c 100644 --- a/.github/workflows/workflow-skill-extractor.lock.yml +++ b/.github/workflows/workflow-skill-extractor.lock.yml @@ -418,6 +418,10 @@ jobs: "sanitize": true, "maxLength": 128 }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -428,7 +432,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "create_issue": { "defaultMax": 1, @@ -448,6 +453,10 @@ jobs: "parent": { "issueOrPRNumber": true }, + "payload": { + "type": "object", + "isPayload": true + }, "repo": { "type": "string", "maxLength": 256 @@ -461,7 +470,8 @@ jobs: "sanitize": true, "maxLength": 128 } - } + }, + "allowed-payload": true }, "missing_data": { "defaultMax": 20, @@ -517,8 +527,13 @@ jobs: "type": "string", "sanitize": true, "maxLength": 65000 + }, + "payload": { + "type": "object", + "isPayload": true } - } + }, + "allowed-payload": true }, "report_incomplete": { "defaultMax": 5, @@ -528,13 +543,18 @@ jobs: "sanitize": true, "maxLength": 65000 }, + "payload": { + "type": "object", + "isPayload": true + }, "reason": { "required": true, "type": "string", "sanitize": true, "maxLength": 1024 } - } + }, + "allowed-payload": true } } uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 diff --git a/actions/setup/js/add_comment.cjs b/actions/setup/js/add_comment.cjs index 4d0e8d54aa3..b3cedaada95 100644 --- a/actions/setup/js/add_comment.cjs +++ b/actions/setup/js/add_comment.cjs @@ -25,6 +25,7 @@ const { ERR_NOT_FOUND } = require("./error_codes.cjs"); const { isPayloadUserBot } = require("./resolve_mentions.cjs"); const { buildWorkflowRunUrl } = require("./workflow_metadata_helpers.cjs"); const { generateHistoryUrl } = require("./generate_history_link.cjs"); +const { renderPayloadBlock } = require("./payload_helpers.cjs"); /** @type {string} Safe output type handled by this module */ const HANDLER_TYPE = "add_comment"; @@ -499,6 +500,15 @@ async function main(config = {}) { }; } + // Append structured payload block if the agent provided a payload field. + // This is done AFTER body sanitization so the fenced block is not subjected to + // the HTML/injection sanitizer (which would strip HTML comments inside it). + // The payload was already validated as safe primitives by the type validator. + const payloadBlock = renderPayloadBlock(message.payload); + if (payloadBlock) { + processedBody += "\n\n" + payloadBlock; + } + // Add tracker ID and footer const trackerIDComment = getTrackerID("markdown"); if (trackerIDComment) { diff --git a/actions/setup/js/close_entity_helpers.cjs b/actions/setup/js/close_entity_helpers.cjs index df3b71f8ec5..8f8ab5f3c7b 100644 --- a/actions/setup/js/close_entity_helpers.cjs +++ b/actions/setup/js/close_entity_helpers.cjs @@ -12,6 +12,7 @@ const { isStagedMode } = require("./safe_output_helpers.cjs"); const { logStagedPreviewInfo } = require("./staged_preview.cjs"); const { validateTargetRepo, resolveTargetRepoConfig } = require("./repo_helpers.cjs"); const { ERR_API } = require("./error_codes.cjs"); +const { renderPayloadBlock } = require("./payload_helpers.cjs"); /** * @typedef {'issue' | 'pull_request'} EntityType @@ -45,16 +46,25 @@ const { ERR_API } = require("./error_codes.cjs"); * @param {string} body - The original comment body * @param {number|undefined} triggeringIssueNumber - Issue number that triggered this workflow * @param {number|undefined} triggeringPRNumber - PR number that triggered this workflow + * @param {Record|null|undefined} [payload] - Optional structured payload to prepend before footer * @returns {string} The complete comment body with tracker ID and footer */ -function buildCommentBody(body, triggeringIssueNumber, triggeringPRNumber) { +function buildCommentBody(body, triggeringIssueNumber, triggeringPRNumber, payload) { const workflowName = process.env.GH_AW_WORKFLOW_NAME || "Workflow"; const workflowSource = process.env.GH_AW_WORKFLOW_SOURCE || ""; const workflowSourceURL = process.env.GH_AW_WORKFLOW_SOURCE_URL || ""; const runUrl = buildWorkflowRunUrl(context, context.repo); // Caller is responsible for sanitizing body before passing it here. - return body.trim() + getTrackerID("markdown") + generateFooterWithMessages(workflowName, runUrl, workflowSource, workflowSourceURL, triggeringIssueNumber, triggeringPRNumber, undefined); + let result = body.trim(); + + // Prepend structured payload block before the tracker ID and footer. + const payloadBlock = renderPayloadBlock(payload); + if (payloadBlock) { + result += "\n\n" + payloadBlock; + } + + return result + getTrackerID("markdown") + generateFooterWithMessages(workflowName, runUrl, workflowSource, workflowSourceURL, triggeringIssueNumber, triggeringPRNumber, undefined); } /** @@ -524,9 +534,9 @@ async function processCloseEntityItems(config, callbacks, handlerConfig = {}) { core.info(`${config.displayNameCapitalized} #${entityNumber} is already closed, but will still add comment`); } - // Build comment body (sanitize first, then append tracker/footer) + // Build comment body (sanitize first, then prepend payload and append tracker/footer) const sanitizedItemBody = sanitizeContent(item.body); - const commentBody = buildCommentBody(sanitizedItemBody, triggeringIssueNumber, triggeringPRNumber); + const commentBody = buildCommentBody(sanitizedItemBody, triggeringIssueNumber, triggeringPRNumber, item.payload); // Add comment before closing (or to already-closed entity) const comment = await callbacks.addComment(github, context.repo.owner, context.repo.repo, entityNumber, commentBody); diff --git a/actions/setup/js/close_pull_request.cjs b/actions/setup/js/close_pull_request.cjs index 6429e5a79ae..20c1ab1c7f7 100644 --- a/actions/setup/js/close_pull_request.cjs +++ b/actions/setup/js/close_pull_request.cjs @@ -121,10 +121,10 @@ async function main(config = {}) { return { valid: true }; }, - buildCommentBody(sanitizedBody) { + buildCommentBody(sanitizedBody, item) { const triggeringPRNumber = context.payload?.pull_request?.number; const triggeringIssueNumber = context.payload?.issue?.number; - return buildCommentBody(sanitizedBody, triggeringIssueNumber, triggeringPRNumber); + return buildCommentBody(sanitizedBody, triggeringIssueNumber, triggeringPRNumber, item?.payload); }, addComment: addPullRequestComment, diff --git a/actions/setup/js/create_discussion.cjs b/actions/setup/js/create_discussion.cjs index 0366fa4f7f6..ed2f7522bee 100644 --- a/actions/setup/js/create_discussion.cjs +++ b/actions/setup/js/create_discussion.cjs @@ -23,6 +23,7 @@ const { sanitizeLabelContent } = require("./sanitize_label_content.cjs"); const { tryEnforceArrayLimit } = require("./limit_enforcement_helpers.cjs"); const { logStagedPreviewInfo } = require("./staged_preview.cjs"); const { isStagedMode } = require("./safe_output_helpers.cjs"); +const { renderPayloadBlock } = require("./payload_helpers.cjs"); const { closeOlderDiscussions: closeOlderDiscussionsFunc } = require("./close_older_discussions.cjs"); const { parseBoolTemplatable } = require("./templatable.cjs"); const { buildWorkflowRunUrl } = require("./workflow_metadata_helpers.cjs"); @@ -495,6 +496,12 @@ async function main(config = {}) { // Build body let bodyLines = processedBody.split("\n"); + // Prepend structured payload block before the footer if the agent provided one. + const payloadBlock = renderPayloadBlock(message.payload); + if (payloadBlock) { + bodyLines.push(``, payloadBlock); + } + // Add tracker ID const trackerIDComment = getTrackerID("markdown"); if (trackerIDComment) { diff --git a/actions/setup/js/create_issue.cjs b/actions/setup/js/create_issue.cjs index 160ef8d1ec6..4e674106786 100644 --- a/actions/setup/js/create_issue.cjs +++ b/actions/setup/js/create_issue.cjs @@ -43,6 +43,7 @@ const { createAuthenticatedGitHubClient } = require("./handler_auth.cjs"); const { removeDuplicateTitleFromDescription } = require("./remove_duplicate_title.cjs"); const { getErrorMessage } = require("./error_helpers.cjs"); const { ERR_VALIDATION } = require("./error_codes.cjs"); +const { renderPayloadBlock } = require("./payload_helpers.cjs"); const { withRetry } = require("./error_recovery.cjs"); const { renderTemplateFromFile } = require("./messages_core.cjs"); const { createExpirationLine, addExpirationToFooter } = require("./ephemerals.cjs"); @@ -482,6 +483,12 @@ async function main(config = {}) { const callerWorkflowId = process.env.GH_AW_CALLER_WORKFLOW_ID ?? ""; const runUrl = buildWorkflowRunUrl(context, context.repo); + // Prepend structured payload block before the footer if the agent provided one. + const payloadBlock = renderPayloadBlock(message.payload); + if (payloadBlock) { + bodyLines.push(``, payloadBlock); + } + // Add tracker-id comment if present const trackerIDComment = getTrackerID("markdown"); if (trackerIDComment) { diff --git a/actions/setup/js/create_pull_request.cjs b/actions/setup/js/create_pull_request.cjs index 46b50eba205..e656c74df9d 100644 --- a/actions/setup/js/create_pull_request.cjs +++ b/actions/setup/js/create_pull_request.cjs @@ -28,6 +28,7 @@ const { checkFileProtection } = require("./manifest_file_helpers.cjs"); const { renderTemplateFromFile, buildProtectedFileList, encodePathSegments } = require("./messages_core.cjs"); const { COPILOT_REVIEWER_BOT, FAQ_CREATE_PR_PERMISSIONS_URL, MAX_ASSIGNEES } = require("./constants.cjs"); const { isStagedMode } = require("./safe_output_helpers.cjs"); +const { renderPayloadBlock } = require("./payload_helpers.cjs"); const { withRetry, isTransientError } = require("./error_recovery.cjs"); const { tryEnforceArrayLimit } = require("./limit_enforcement_helpers.cjs"); const { findAgent, getIssueDetails, assignAgentToIssue } = require("./assign_agent_helpers.cjs"); @@ -760,6 +761,12 @@ async function main(config = {}) { const triggeringPRNumber = context.payload.pull_request?.number; const triggeringDiscussionNumber = context.payload.discussion?.number; + // Prepend structured payload block before the footer if the agent provided one. + const payloadBlock = renderPayloadBlock(message.payload); + if (payloadBlock) { + bodyLines.push(``, payloadBlock); + } + // Add fingerprint comment if present const trackerIDComment = getTrackerID("markdown"); if (trackerIDComment) { diff --git a/actions/setup/js/payload_helpers.cjs b/actions/setup/js/payload_helpers.cjs new file mode 100644 index 00000000000..3288432f531 --- /dev/null +++ b/actions/setup/js/payload_helpers.cjs @@ -0,0 +1,115 @@ +// @ts-check + +/** + * Payload Helpers + * + * Utilities for rendering and parsing the structured payload block that agents + * can attach to safe-output body fields (add_comment, create_issue, etc.). + * + * The payload channel solves the problem of HTML comments being stripped by the + * safe-output sanitizer: instead of embedding structured data as markers + * (which removeXmlComments() removes), agents use the `payload` field and let the + * runtime render it as a fenced code block that survives all sanitization passes. + * + * Format written into the GitHub body: + * + * ```json gh-aw-payload + * {"verdict":"APPROVE","criteria_passed":5} + * ``` + * + * The `json` language tag enables syntax highlighting; the `gh-aw-payload` info + * token makes the block uniquely identifiable for programmatic parsing by + * downstream workflows. + */ + +/** + * The fenced code block info string used to mark payload blocks. + * Format: " " — `json` for GitHub syntax highlighting, + * `gh-aw-payload` as the machine-readable discriminator. + */ +const PAYLOAD_FENCE_INFO = "json gh-aw-payload"; + +/** + * Render a validated payload object as a collapsible details section containing + * a pretty-printed fenced JSON code block. + * The object is always round-tripped through JSON.parse/JSON.stringify to normalize it + * (removes undefined values, coerces types, etc.) before rendering. + * Returns an empty string when payload is absent or empty so callers can + * unconditionally append the result without producing stray blank lines. + * + * @param {Record|null|undefined} payload - The payload object to render + * @returns {string} Markdown details section with fenced code block, or empty string if no payload + */ +function renderPayloadBlock(payload) { + if (!payload || typeof payload !== "object" || Array.isArray(payload)) { + return ""; + } + if (Object.keys(payload).length === 0) { + return ""; + } + + // Always roundtrip through JSON to normalize the object (removes undefined values, + // coerces types, and ensures the result is serializable) + let normalized; + try { + normalized = JSON.parse(JSON.stringify(payload)); + } catch { + return ""; + } + + if (!normalized || typeof normalized !== "object" || Array.isArray(normalized)) { + return ""; + } + + const json = JSON.stringify(normalized, null, 2); + + // Verify the pretty-printed JSON round-trips cleanly. + // Silently return empty string on failure: callers treat "" as "no payload" + // and the earlier JSON.parse normalization makes this path unreachable in practice. + try { + JSON.parse(json); + } catch { + return ""; + } + + return `
\npayload\n\n\`\`\`${PAYLOAD_FENCE_INFO}\n${json}\n\`\`\`\n\n
`; +} + +/** + * Parse the payload object out of a body string that was previously rendered + * with renderPayloadBlock(). Returns null when no payload block is present + * or when the embedded JSON is malformed. + * Handles both LF and CRLF line endings. + * + * @param {string} body - The body string (e.g. a GitHub comment body) + * @returns {Record|null} Parsed payload, or null + */ +function parsePayloadFromBody(body) { + if (!body || typeof body !== "string") { + return null; + } + + // Match the fenced code block: ```json gh-aw-payload\r?\n...\r?\n``` + // \r? handles both LF and CRLF line endings + const pattern = new RegExp("```" + PAYLOAD_FENCE_INFO.replace(/[-/\\^$*+?.()|[\]{}]/g, "\\$&") + "\\r?\\n([\\s\\S]*?)\\r?\\n```", "m"); + const match = body.match(pattern); + if (!match) { + return null; + } + + try { + const parsed = JSON.parse(match[1]); + if (parsed && typeof parsed === "object" && !Array.isArray(parsed)) { + return parsed; + } + return null; + } catch { + return null; + } +} + +module.exports = { + PAYLOAD_FENCE_INFO, + renderPayloadBlock, + parsePayloadFromBody, +}; diff --git a/actions/setup/js/payload_helpers.test.cjs b/actions/setup/js/payload_helpers.test.cjs new file mode 100644 index 00000000000..a324490b585 --- /dev/null +++ b/actions/setup/js/payload_helpers.test.cjs @@ -0,0 +1,124 @@ +// @ts-check +import { describe, it, expect } from "vitest"; + +const { renderPayloadBlock, parsePayloadFromBody, PAYLOAD_FENCE_INFO } = await import("./payload_helpers.cjs"); + +describe("payload_helpers", () => { + describe("renderPayloadBlock", () => { + it("should render a simple payload object as a details section with pretty-printed JSON", () => { + const result = renderPayloadBlock({ verdict: "APPROVE", count: 5 }); + expect(result).toBe('
\npayload\n\n```json gh-aw-payload\n{\n "verdict": "APPROVE",\n "count": 5\n}\n```\n\n
'); + }); + + it("should return empty string for null", () => { + expect(renderPayloadBlock(null)).toBe(""); + }); + + it("should return empty string for undefined", () => { + expect(renderPayloadBlock(undefined)).toBe(""); + }); + + it("should return empty string for an empty object", () => { + expect(renderPayloadBlock({})).toBe(""); + }); + + it("should return empty string for an array", () => { + // @ts-expect-error testing invalid input + expect(renderPayloadBlock(["a", "b"])).toBe(""); + }); + + it("should handle boolean, number and null values", () => { + const result = renderPayloadBlock({ passed: true, score: 42, note: null }); + // Extract the JSON content between the fences + const fenceStart = result.indexOf("```json gh-aw-payload\n") + "```json gh-aw-payload\n".length; + const fenceEnd = result.lastIndexOf("\n```"); + const parsed = JSON.parse(result.slice(fenceStart, fenceEnd)); + expect(parsed.passed).toBe(true); + expect(parsed.score).toBe(42); + expect(parsed.note).toBeNull(); + }); + + it("should produce a block with the correct fence info string", () => { + const result = renderPayloadBlock({ key: "value" }); + expect(result).toContain("```" + PAYLOAD_FENCE_INFO); + expect(result).toContain("```\n\n"); + }); + + it("should wrap payload in a details/summary section", () => { + const result = renderPayloadBlock({ ok: true }); + expect(result).toContain("
"); + expect(result).toContain("payload"); + expect(result).toContain("
"); + }); + + it("should always roundtrip JSON to normalize: extracted JSON is valid and parseable", () => { + const result = renderPayloadBlock({ ok: true }); + const fenceStart = result.indexOf("```json gh-aw-payload\n") + "```json gh-aw-payload\n".length; + const fenceEnd = result.lastIndexOf("\n```"); + expect(() => JSON.parse(result.slice(fenceStart, fenceEnd))).not.toThrow(); + }); + + it("should pretty-print JSON with indentation", () => { + const result = renderPayloadBlock({ a: 1, b: "two" }); + // Pretty-printed JSON contains newlines and spaces inside the fence + expect(result).toContain(' "a": 1'); + expect(result).toContain(' "b": "two"'); + }); + }); + + describe("parsePayloadFromBody", () => { + it("should parse payload back from a compact single-line fenced block (backward compat)", () => { + const body = '```json gh-aw-payload\n{"verdict":"APPROVE","count":5}\n```'; + const result = parsePayloadFromBody(body); + expect(result).toEqual({ verdict: "APPROVE", count: 5 }); + }); + + it("should parse payload from a pretty-printed fenced block", () => { + const body = '```json gh-aw-payload\n{\n "verdict": "APPROVE",\n "count": 5\n}\n```'; + const result = parsePayloadFromBody(body); + expect(result).toEqual({ verdict: "APPROVE", count: 5 }); + }); + + it("should parse payload from a details-wrapped block (new render format)", () => { + const rendered = renderPayloadBlock({ verdict: "APPROVE", count: 5 }); + const result = parsePayloadFromBody(rendered); + expect(result).toEqual({ verdict: "APPROVE", count: 5 }); + }); + + it("should return null when no payload block is present", () => { + expect(parsePayloadFromBody("Just a regular comment body")).toBeNull(); + }); + + it("should return null for null input", () => { + // @ts-expect-error testing invalid input + expect(parsePayloadFromBody(null)).toBeNull(); + }); + + it("should return null for empty string", () => { + expect(parsePayloadFromBody("")).toBeNull(); + }); + + it("should return null when embedded JSON is malformed", () => { + const body = "```json gh-aw-payload\n{invalid json}\n```"; + expect(parsePayloadFromBody(body)).toBeNull(); + }); + + it("should round-trip through render and parse", () => { + const original = { verdict: "APPROVE", criteria_passed: 5, approved: true, note: null }; + const rendered = renderPayloadBlock(original); + const parsed = parsePayloadFromBody("Review done\n\n" + rendered + "\n\nFooter"); + expect(parsed).toEqual(original); + }); + + it("should return null when embedded JSON is an array, not object", () => { + const body = "```json gh-aw-payload\n[1,2,3]\n```"; + expect(parsePayloadFromBody(body)).toBeNull(); + }); + + it("should parse payload with CRLF line endings", () => { + const body = 'Some content\r\n\r\n```json gh-aw-payload\r\n{"verdict":"APPROVE"}\r\n```\r\n\r\nFooter'; + const result = parsePayloadFromBody(body); + expect(result).toEqual({ verdict: "APPROVE" }); + }); + }); +}); diff --git a/actions/setup/js/safe_output_type_validator.cjs b/actions/setup/js/safe_output_type_validator.cjs index 34d2517a422..145198b9bf1 100644 --- a/actions/setup/js/safe_output_type_validator.cjs +++ b/actions/setup/js/safe_output_type_validator.cjs @@ -32,7 +32,7 @@ const MAX_GITHUB_USERNAME_LENGTH = 39; /** * @typedef {Object} FieldValidation * @property {boolean} [required] - Whether the field is required - * @property {string} [type] - Expected type: 'string', 'number', 'boolean', 'array' + * @property {string} [type] - Expected type: 'string', 'number', 'boolean', 'array', 'object' * @property {boolean} [sanitize] - Whether to sanitize string content * @property {number} [maxLength] - Maximum length for strings * @property {boolean} [positiveInteger] - Must be a positive integer @@ -45,6 +45,7 @@ const MAX_GITHUB_USERNAME_LENGTH = 39; * @property {number} [itemMaxLength] - For arrays, max length per item * @property {string} [pattern] - Regex pattern the value must match * @property {string} [patternError] - Error message for pattern mismatch + * @property {boolean} [isPayload] - When true, validates as a flat key-value payload object (not sanitized through HTML sanitizer) */ /** @@ -126,6 +127,108 @@ function getMinRequiredForType(itemType, config) { return 0; } +/** + * Maximum number of entries in a payload object + */ +const MAX_PAYLOAD_ENTRIES = 50; + +/** + * Maximum length for a payload key + */ +const MAX_PAYLOAD_KEY_LENGTH = 64; + +/** + * Maximum length for a string payload value + */ +const MAX_PAYLOAD_VALUE_LENGTH = 1024; + +/** + * Regex for valid payload keys: must start with a letter and contain only + * letters, digits, and underscores (safe identifier format). + */ +const PAYLOAD_KEY_PATTERN = /^[a-zA-Z][a-zA-Z0-9_]*$/; + +/** + * Validate a payload object field. + * Payload must be a flat key-value object where: + * - Keys are safe identifiers (letter + alphanumeric/underscore) + * - Values are string, finite number, boolean, or null (no nested objects or arrays) + * String values are run through sanitizeContent() to strip HTML, XML comments, + * and injection patterns before being stored. + * @param {any} value - Value to validate + * @param {string} fieldName - Field name for error messages + * @param {number} lineNum - Line number for error messages + * @returns {{isValid: boolean, normalizedValue?: object, error?: string}} + */ +function validatePayload(value, fieldName, lineNum) { + if (value === undefined || value === null) { + return { isValid: true }; + } + + if (typeof value !== "object" || Array.isArray(value)) { + return { + isValid: false, + error: `Line ${lineNum}: '${fieldName}' must be a flat key-value object`, + }; + } + + const entries = Object.entries(value); + if (entries.length > MAX_PAYLOAD_ENTRIES) { + return { + isValid: false, + error: `Line ${lineNum}: '${fieldName}' must not have more than ${MAX_PAYLOAD_ENTRIES} entries (got ${entries.length})`, + }; + } + + const normalized = {}; + for (const [key, val] of entries) { + // Validate key format + if (typeof key !== "string" || key.length === 0 || key.length > MAX_PAYLOAD_KEY_LENGTH) { + return { + isValid: false, + error: `Line ${lineNum}: '${fieldName}' key '${key}' must be a non-empty string with at most ${MAX_PAYLOAD_KEY_LENGTH} characters`, + }; + } + if (!PAYLOAD_KEY_PATTERN.test(key)) { + return { + isValid: false, + error: `Line ${lineNum}: '${fieldName}' key '${key}' must start with a letter and contain only letters, digits, and underscores`, + }; + } + + // Validate value type (primitives only — no nested objects or arrays) + if (val !== null && typeof val !== "string" && typeof val !== "number" && typeof val !== "boolean") { + return { + isValid: false, + error: `Line ${lineNum}: '${fieldName}' value for key '${key}' must be a string, number, boolean, or null (got ${Array.isArray(val) ? "array" : typeof val})`, + }; + } + + // Reject non-finite numbers (NaN/Infinity) — JSON.stringify converts them to null silently + if (typeof val === "number" && !Number.isFinite(val)) { + return { + isValid: false, + error: `Line ${lineNum}: '${fieldName}' number value for key '${key}' must be finite (NaN and Infinity are not allowed)`, + }; + } + + // Validate string value length + if (typeof val === "string" && val.length > MAX_PAYLOAD_VALUE_LENGTH) { + return { + isValid: false, + error: `Line ${lineNum}: '${fieldName}' string value for key '${key}' must not exceed ${MAX_PAYLOAD_VALUE_LENGTH} characters`, + }; + } + + // Sanitize string values to strip HTML, XML comments, and injection patterns. + // Non-string primitives (number, boolean, null) are safe as-is. + const sanitizedVal = typeof val === "string" ? sanitizeContent(val, { maxLength: MAX_PAYLOAD_VALUE_LENGTH }) : val; + normalized[key] = sanitizedVal; + } + + return { isValid: true, normalizedValue: normalized }; +} + /** * Validate a positive integer field * @param {any} value - Value to validate @@ -287,6 +390,11 @@ function validateField(value, fieldName, validation, itemType, lineNum, options) return validateIssueOrPRNumber(value, `${itemType} '${fieldName}'`, lineNum); } + // Handle payload validation — flat key-value objects not subject to HTML sanitization + if (validation.isPayload) { + return validatePayload(value, fieldName, lineNum); + } + // Handle type validation if (validation.type === "string") { if (typeof value !== "string") { @@ -501,6 +609,14 @@ function validateItem(item, itemType, lineNum, options) { const normalizedItem = { ...item }; const errors = []; + // Guard: reject payload fields on types that have not opted in with allowed-payload: true + if (item.payload !== undefined && !typeConfig["allowed-payload"]) { + return { + isValid: false, + error: `Line ${lineNum}: ${itemType} does not allow a 'payload' field`, + }; + } + // Run custom validation first if defined if (typeConfig.customValidation) { const customResult = executeCustomValidation(item, typeConfig.customValidation, lineNum, itemType); @@ -565,6 +681,7 @@ module.exports = { validateOptionalPositiveInteger, validateIssueOrPRNumber, validateIssueNumberOrTemporaryId, + validatePayload, // Configuration accessors loadValidationConfig, @@ -578,4 +695,7 @@ module.exports = { // Constants MAX_BODY_LENGTH, MAX_GITHUB_USERNAME_LENGTH, + MAX_PAYLOAD_ENTRIES, + MAX_PAYLOAD_KEY_LENGTH, + MAX_PAYLOAD_VALUE_LENGTH, }; diff --git a/actions/setup/js/safe_output_type_validator.test.cjs b/actions/setup/js/safe_output_type_validator.test.cjs index 4b9517e9c51..2cbc657b4fc 100644 --- a/actions/setup/js/safe_output_type_validator.test.cjs +++ b/actions/setup/js/safe_output_type_validator.test.cjs @@ -508,4 +508,162 @@ describe("safe_output_type_validator", () => { expect(result.error).toContain("must contain only strings"); }); }); + + describe("payload validation", () => { + it("should accept a valid flat payload object when allowed-payload is true", async () => { + const { validateItem, resetValidationConfigCache } = await import("./safe_output_type_validator.cjs"); + resetValidationConfigCache(); + process.env.GH_AW_VALIDATION_CONFIG = JSON.stringify({ + add_comment: { + defaultMax: 1, + "allowed-payload": true, + fields: { + body: { required: true, type: "string", sanitize: true, maxLength: 65000 }, + payload: { type: "object", isPayload: true }, + }, + }, + }); + + const result = validateItem({ type: "add_comment", body: "Hello", payload: { verdict: "APPROVE", count: 5, passed: true, note: null } }, "add_comment", 1); + + expect(result.isValid).toBe(true); + expect(result.normalizedItem.payload).toEqual({ verdict: "APPROVE", count: 5, passed: true, note: null }); + }); + + it("should reject payload when allowed-payload is not set", async () => { + const { validateItem, resetValidationConfigCache } = await import("./safe_output_type_validator.cjs"); + resetValidationConfigCache(); + process.env.GH_AW_VALIDATION_CONFIG = JSON.stringify({ + add_comment: { + defaultMax: 1, + fields: { + body: { required: true, type: "string", sanitize: true, maxLength: 65000 }, + }, + }, + }); + + const result = validateItem({ type: "add_comment", body: "Hello", payload: { key: "value" } }, "add_comment", 1); + + expect(result.isValid).toBe(false); + expect(result.error).toContain("does not allow a 'payload' field"); + }); + + it("should accept a comment without payload (no allowed-payload needed)", async () => { + const { validateItem, resetValidationConfigCache } = await import("./safe_output_type_validator.cjs"); + resetValidationConfigCache(); + process.env.GH_AW_VALIDATION_CONFIG = JSON.stringify({ + add_comment: { + defaultMax: 1, + "allowed-payload": true, + fields: { + body: { required: true, type: "string", sanitize: true, maxLength: 65000 }, + payload: { type: "object", isPayload: true }, + }, + }, + }); + + const result = validateItem({ type: "add_comment", body: "Hello" }, "add_comment", 1); + + expect(result.isValid).toBe(true); + expect(result.normalizedItem.payload).toBeUndefined(); + }); + + it("should reject payload with a nested object value", async () => { + const { validatePayload } = await import("./safe_output_type_validator.cjs"); + + const result = validatePayload({ key: { nested: "value" } }, "payload", 1); + + expect(result.isValid).toBe(false); + expect(result.error).toContain("must be a string, number, boolean, or null"); + }); + + it("should reject payload with an array value", async () => { + const { validatePayload } = await import("./safe_output_type_validator.cjs"); + + const result = validatePayload({ tags: ["a", "b"] }, "payload", 1); + + expect(result.isValid).toBe(false); + expect(result.error).toContain("must be a string, number, boolean, or null"); + }); + + it("should reject payload with an invalid key format", async () => { + const { validatePayload } = await import("./safe_output_type_validator.cjs"); + + const result = validatePayload({ "123key": "value" }, "payload", 1); + + expect(result.isValid).toBe(false); + expect(result.error).toContain("must start with a letter"); + }); + + it("should reject payload when value is passed as an array (not object)", async () => { + const { validatePayload } = await import("./safe_output_type_validator.cjs"); + + const result = validatePayload(["a", "b"], "payload", 1); + + expect(result.isValid).toBe(false); + expect(result.error).toContain("must be a flat key-value object"); + }); + + it("should reject payload with too many entries", async () => { + const { validatePayload, MAX_PAYLOAD_ENTRIES } = await import("./safe_output_type_validator.cjs"); + + const large = {}; + for (let i = 0; i < MAX_PAYLOAD_ENTRIES + 1; i++) { + large[`key${i}`] = i; + } + const result = validatePayload(large, "payload", 1); + + expect(result.isValid).toBe(false); + expect(result.error).toContain("must not have more than"); + }); + + it("should reject payload with a string value exceeding max length", async () => { + const { validatePayload, MAX_PAYLOAD_VALUE_LENGTH } = await import("./safe_output_type_validator.cjs"); + + const result = validatePayload({ longKey: "x".repeat(MAX_PAYLOAD_VALUE_LENGTH + 1) }, "payload", 1); + + expect(result.isValid).toBe(false); + expect(result.error).toContain("must not exceed"); + }); + + it("should reject NaN as a payload number value", async () => { + const { validatePayload } = await import("./safe_output_type_validator.cjs"); + + const result = validatePayload({ score: NaN }, "payload", 1); + + expect(result.isValid).toBe(false); + expect(result.error).toContain("must be finite"); + }); + + it("should reject Infinity as a payload number value", async () => { + const { validatePayload } = await import("./safe_output_type_validator.cjs"); + + const result = validatePayload({ score: Infinity }, "payload", 1); + + expect(result.isValid).toBe(false); + expect(result.error).toContain("must be finite"); + }); + + it("should sanitize HTML and XML comments in payload string values", async () => { + const { validatePayload } = await import("./safe_output_type_validator.cjs"); + + // HTML/XML comments and tags must be stripped from string values for safety + const result = validatePayload({ marker: "APPROVE" }, "payload", 1); + + expect(result.isValid).toBe(true); + // sanitizeContent strips XML comments, so the marker is cleaned + expect(result.normalizedValue.marker).not.toContain("