Searched refs:labels (Results 1 – 13 of 13) sorted by relevance
62 labels: ['severity: fips change']65 var labels = await github.rest.issues.listLabelsOnIssue({71 for ( var label in labels.data ) {72 if (labels.data[label].name == 'severity: fips change') {122 labels: ['severity: ABI change']125 var labels = await github.rest.issues.listLabelsOnIssue({131 for ( var label in labels.data ) {132 if (labels.data[label].name == 'severity: ABI change') {
45 …SKIP_TEST=$(gh pr view $PR_NUMBER --json labels --jq '.labels[] | select(.name == "style: waived")…
23 if: ${{ contains(github.event.pull_request.labels.*.name,'extended tests') }}99 if: ${{ contains(github.event.pull_request.labels.*.name,'extended tests') }}188 if: ${{ contains(github.event.pull_request.labels.*.name,'extended tests') }}
456 int labels = 0, result = 0; in ossl_hpke_str2suite() local491 while (st != NULL && labels < 3) { in ossl_hpke_str2suite()499 if (labels == 0 in ossl_hpke_str2suite()503 else if (labels == 1 in ossl_hpke_str2suite()507 else if (labels == 2 in ossl_hpke_str2suite()516 ++labels; in ossl_hpke_str2suite()518 if (st != NULL || labels != 3) in ossl_hpke_str2suite()
10 labels:
3 labels: 'issue: question'
3 labels: 'issue: documentation'
3 labels: 'issue: feature request'
3 labels: 'issue: bug report'
60 (L<https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#exporter-labels>).61 Alternatively labels beginning with "EXPERIMENTAL" are permitted by the standard
109 for "*" as wildcard pattern in labels that have a prefix or suffix,
145 my ($self, @labels) = @_;149 foreach my $l (@labels) {
771 /* Allow (non-partial) wildcards to match multiple labels. */773 /* Constraint verifier subdomain patterns to match a single labels. */
Completed in 23 milliseconds