From 64dc949040cefd8fc772216a4bd894178cdc7916 Mon Sep 17 00:00:00 2001 From: Sergei Petrosian Date: Thu, 13 Feb 2025 12:02:49 +0100 Subject: [PATCH] ci: Revert .pandoc_template because it contains a typo in Licence Signed-off-by: Sergei Petrosian --- .codespellrc | 4 +++- .github/workflows/tft.yml | 3 +-- .pandoc_template.html5 | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.codespellrc b/.codespellrc index 2bf9755e..0e0654da 100644 --- a/.codespellrc +++ b/.codespellrc @@ -5,4 +5,6 @@ check-hidden = true ignore-multiline-regex = codespell:ignore-begin.*codespell:ignore-end ignore-words = .codespell_ignores # skip-file is not available https://github.com/codespell-project/codespell/pull/2759 -skip = .README.html +# .pandoc_template.html5 contains a typo in Licence that we shouldn't edit +# .README.html is generated from README.md automatically - no need to check spelling +skip = .pandoc_template.html5,.README.html diff --git a/.github/workflows/tft.yml b/.github/workflows/tft.yml index d7ea9578..684311f7 100644 --- a/.github/workflows/tft.yml +++ b/.github/workflows/tft.yml @@ -180,8 +180,7 @@ jobs: tf_scope: private api_key: ${{ secrets.TF_API_KEY_RH }} update_pull_request_status: false - tmt_hardware: '{ "memory": ">= ${{ needs.prepare_vars.outputs.memory }} MB" }' - tmt_plan_filter: "tag:general,rhc" + tmt_hardware: '{ "memory": ">= ${{ needs.prepare_vars.outputs.memory }} MB" }' tmt_plan_filter: "tag:general,rhc" - name: Set final commit status uses: myrotvorets/set-commit-status-action@master diff --git a/.pandoc_template.html5 b/.pandoc_template.html5 index 1be9b788..f2146610 100644 --- a/.pandoc_template.html5 +++ b/.pandoc_template.html5 @@ -25,7 +25,7 @@ Copyright (c) 2017 GitHub Inc. "GitHub Pandoc HTML5 Template" is Copyright (c) Tristano Ajmone, 2017-2020, released under the MIT License (MIT); it contains readaptations of substantial -portions of the following third party software: +portions of the following third party softwares: (1) "GitHub Markdown CSS", Copyright (c) Sindre Sorhus, MIT License (MIT). (2) "Primer CSS", Copyright (c) 2016 GitHub Inc., MIT License (MIT).