Merging upstream version 1.8.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
857e875fe5
commit
67e5308a54
874 changed files with 1460 additions and 897 deletions
2
.github/workflows/checkpatch.yml
vendored
2
.github/workflows/checkpatch.yml
vendored
|
@ -10,6 +10,6 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.head.sha }}
|
||||
fetch-depth: ${{ env.PR_FETCH_DEPTH }}
|
||||
fetch-depth: 0
|
||||
- name: Run checkpatch review
|
||||
uses: webispy/checkpatch-action@v9
|
||||
|
|
2
.github/workflows/coverage.yml
vendored
2
.github/workflows/coverage.yml
vendored
|
@ -17,6 +17,6 @@ jobs:
|
|||
- name: build
|
||||
run: |
|
||||
scripts/build.sh coverage
|
||||
- uses: codecov/codecov-action@v3
|
||||
- uses: codecov/codecov-action@v4
|
||||
with:
|
||||
fail_ci_if_error: false
|
||||
|
|
2
.github/workflows/release-python.yml
vendored
2
.github/workflows/release-python.yml
vendored
|
@ -56,7 +56,7 @@ jobs:
|
|||
- name: Check if it is a release tag
|
||||
id: check-tag
|
||||
run: |
|
||||
if [[ ${{ github.event.ref }} =~ ^refs/tags/v([0-9]+\.[0-9]+)(-rc[0-9]+)?$ ]]; then
|
||||
if [[ ${{ github.event.ref }} =~ ^refs/tags/v([0-9]+\.[0-9]+)(\.[0-9]+)?(-rc[0-9]+)?$ ]]; then
|
||||
echo ::set-output name=match::true
|
||||
fi
|
||||
- name: Download artifiact
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue