diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index f7679e85..5859c7e7 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,7 +4,7 @@ about: Technical issues, document format problems, bugs in scripts or feature pr --- - + **Thank you for submitting a pull request!** @@ -60,7 +60,5 @@ Checklist: (mark with ``X`` those which apply) correctness of the result in the PDF output (please refer to the instructions on [how to build the PDFs locally](https://github.com/ARM-software/acle/blob/main/CONTRIBUTING.md#continuous-integration)). -* [ ] The variable `draftversion` is set to `true` in the YAML header - of the sources of the specifications I have modified. * [ ] Please *DO NOT* add my GitHub profile to the list of contributors in the [README](https://github.com/ARM-software/acle/blob/main/README.md#contributors-) page of the project. diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a784ef39..37f3e1b6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: Copyright 2021 Arm Limited and/or its affiliates +# SPDX-FileCopyrightText: Copyright 2021, 2026 Arm Limited and/or its affiliates # # SPDX-License-Identifier: Apache-2.0 name: CI @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4.1.7 - name: check the correctness of the sources and generate the PDFs - run: ./build_with_docker.sh + run: ./build_with_docker.sh --finalversion - uses: actions/upload-artifact@v4.4.0 with: name: pdfs @@ -32,13 +32,3 @@ jobs: - uses: gaurav-nelson/github-action-markdown-link-check@v1 with: config-file: '.github/workflows/markdown-link-check.json' - - draftversion-check: - runs-on: ubuntu-latest - if: github.base_ref == 'main' || github.ref == 'refs/heads/main' - steps: - - uses: actions/checkout@v4.1.7 - with: - fetch-depth: 0 - - name: Check correctness of draftversion fields - run: python ./tools/acle_draftversion_value_check.py . diff --git a/_includes/navbar.html b/_includes/navbar.html index a4013f96..5653d8a7 100644 --- a/_includes/navbar.html +++ b/_includes/navbar.html @@ -1,5 +1,5 @@ - +