Skip to content

Commit 2f37b3c

Browse files
committed
Update control data for repo asterisk-GHSA-64qc-9x89-rx5j
1 parent 8d23a9a commit 2f37b3c

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/control/asterisk-GHSA-64qc-9x89-rx5j.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ export vars_AA_READ_BEFORE_MAKING_CHANGES_='Any variable that contains JSON MUST
22
33
Do NOT put sensitive data into an action variable!!
44
'
5+
export vars_ASSOCIATED_TEST_PR_REGEX='(?:^|\n)testsuite-test-pr:[ ]*([0-9]+)'
56
export vars_CHERRY_PICK_CHECKS_FAILED_LABEL='cherry-pick-checks-failed'
67
export vars_CHERRY_PICK_CHECKS_PASSED_LABEL='cherry-pick-checks-passed'
78
export vars_CHERRY_PICK_GATES_FAILED_LABEL='cherry-pick-gates-failed'

.github/control/asterisk-GHSA-64qc-9x89-rx5j.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
"updated_at": "2025-08-21T14:59:33Z",
66
"value": "Any variable that contains JSON MUST be proper JSON and use double quotes around names and text values or it will fail to validate. If in doubt, copy the value to a local file and run jq on it to make sure it validates.\r\n\r\nDo NOT put sensitive data into an action variable!!\r\n"
77
},
8+
{
9+
"created_at": "2025-08-27T12:45:59Z",
10+
"name": "ASSOCIATED_TEST_PR_REGEX",
11+
"updated_at": "2025-08-27T12:45:59Z",
12+
"value": "(?:^|\\n)testsuite-test-pr:[ ]*([0-9]+)"
13+
},
814
{
915
"created_at": "2025-08-21T14:59:34Z",
1016
"name": "CHERRY_PICK_CHECKS_FAILED_LABEL",

0 commit comments

Comments
 (0)