Skip to content

Commit 181bca9

Browse files
kn: merge from main (#1425)
2 parents 913683f + a9aa34e commit 181bca9

40 files changed

+533
-61
lines changed

.changes/1021e75a-45f3-4f3a-820c-700d9ec6e782.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/4820850c-8916-47f5-a7e1-8880e6a00d22.json

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"id": "4855cecf-6a96-4622-b7ff-5d09e54f6564",
3+
"type": "bugfix",
4+
"description": "Overwrite `Content-Length` header rather than appending in `CrtHttpEngine`"
5+
}

.changes/7e4f8c08-941c-4ea5-91b3-4c284746c453.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/c0040355-ffdc-4813-80e9-baf859ef02b9.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/d3ce7511-6fb2-4435-8f46-db724551b384.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.github/workflows/api-compat-verification.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
- main
88
- '*-main'
99

10+
permissions: { }
11+
1012
jobs:
1113
api-compat-verification:
1214
runs-on: ubuntu-latest

.github/workflows/changelog-verification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ permissions:
44
id-token: write
55

66
on:
7-
pull_request_target:
7+
pull_request:
88
types: [ opened, synchronize, reopened, labeled, unlabeled ]
99
branches:
1010
- main

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
pull_request:
99
workflow_dispatch:
1010

11+
permissions: { }
12+
1113
# Allow one instance of this workflow per pull request, and cancel older runs when new changes are pushed
1214
concurrency:
1315
group: ci-pr-${{ github.ref }}

.github/workflows/issue-regression-labeler.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: issue-regression-label
33
on:
44
issues:
55
types: [opened, edited]
6+
permissions: { }
67
jobs:
78
add-regression-label:
89
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)