From f2e4906bc6a52db072cad2ef34d2e674cae7f9dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Tue, 5 Nov 2024 12:39:13 +0100 Subject: [PATCH 1/6] Adding workflow name --- .github/workflows/publish-nuget.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish-nuget.yml b/.github/workflows/publish-nuget.yml index 9d2ea7f1f..b8aa08f1e 100644 --- a/.github/workflows/publish-nuget.yml +++ b/.github/workflows/publish-nuget.yml @@ -77,6 +77,7 @@ on: jobs: publish-nuget: + name: Publish to NuGet runs-on: ubuntu-24.04 timeout-minutes: ${{ inputs.timeout-minutes }} steps: From 673d521910b1d6168de17e55800867d2dd7defbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Tue, 5 Nov 2024 12:43:12 +0100 Subject: [PATCH 2/6] Pointing GHA to issue branch --- .github/workflows/validate-nuget-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate-nuget-publish.yml b/.github/workflows/validate-nuget-publish.yml index a2b7e94be..dd9eb2ea2 100644 --- a/.github/workflows/validate-nuget-publish.yml +++ b/.github/workflows/validate-nuget-publish.yml @@ -55,7 +55,7 @@ on: jobs: validate-nuget-publish: name: Validate NuGet Publish - uses: Lombiq/GitHub-Actions/.github/workflows/publish-nuget.yml@dev + uses: Lombiq/GitHub-Actions/.github/workflows/publish-nuget.yml@issue/OSOE-864 with: cancel-workflow-on-failure: ${{ inputs.cancel-workflow-on-failure }} verbosity: ${{ inputs.verbosity }} From fa1a82e50e5fc5e6d7d8644a33c2b2b626ccb1ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Tue, 5 Nov 2024 13:50:08 +0100 Subject: [PATCH 3/6] Excluding CompatibilitySuppressions files from spell-checking --- .github/actions/spelling/excludes.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/actions/spelling/excludes.txt b/.github/actions/spelling/excludes.txt index ba72b9551..9341ea33c 100644 --- a/.github/actions/spelling/excludes.txt +++ b/.github/actions/spelling/excludes.txt @@ -28,6 +28,7 @@ \.ttf$ \.woff2$ ^\.github/ -^LICENSE\.txt$ +CompatibilitySuppressions\.xml ignore$ +^LICENSE\.txt$ pnpm-lock\.yaml$ From bfe5274d5ca70874601d11c3193252fc8c0b7ac4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Tue, 5 Nov 2024 13:51:02 +0100 Subject: [PATCH 4/6] Pointing GHA to issue branch --- .github/actions/spelling/action.yml | 2 +- .github/workflows/spelling.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/spelling/action.yml b/.github/actions/spelling/action.yml index 62508821f..d158c72d2 100644 --- a/.github/actions/spelling/action.yml +++ b/.github/actions/spelling/action.yml @@ -130,7 +130,7 @@ runs: shell: pwsh run: | $defaultPrefixes = @{ - 'lombiq-lgha' = 'https://raw.githubusercontent.com/Lombiq/GitHub-Actions/dev/.github/actions/spelling/' + 'lombiq-lgha' = 'https://raw.githubusercontent.com/Lombiq/GitHub-Actions/issue/OSOE-864/.github/actions/spelling/' 'cspell' = 'https://raw.githubusercontent.com/check-spelling/cspell-dicts/v20230509/dictionaries/' } diff --git a/.github/workflows/spelling.yml b/.github/workflows/spelling.yml index c516cb0d8..dfca4a808 100644 --- a/.github/workflows/spelling.yml +++ b/.github/workflows/spelling.yml @@ -111,7 +111,7 @@ jobs: - name: Check Spelling id: check-spelling-action - uses: Lombiq/GitHub-Actions/.github/actions/spelling@dev + uses: Lombiq/GitHub-Actions/.github/actions/spelling@issue/OSOE-864 with: merge-file-excludes: ${{ inputs.merge-file-excludes }} merge-forbidden-patterns: ${{ inputs.merge-forbidden-patterns }} @@ -138,7 +138,7 @@ jobs: if: always() && needs.check-spelling.outputs.followup && github.event_name == 'pull_request' steps: - name: Comment (PR) - uses: Lombiq/GitHub-Actions/.github/actions/spelling@dev + uses: Lombiq/GitHub-Actions/.github/actions/spelling@issue/OSOE-864 with: post-comment: 1 task: ${{ needs.check-spelling.outputs.followup }} From 0630cdd39de8194a4b39c51ce7e44e7487189a6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Tue, 5 Nov 2024 13:59:10 +0100 Subject: [PATCH 5/6] Pointing GHA to issue branch --- .github/workflows/spelling-this-repo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/spelling-this-repo.yml b/.github/workflows/spelling-this-repo.yml index cc1d2dd9b..b4fd1fd0d 100644 --- a/.github/workflows/spelling-this-repo.yml +++ b/.github/workflows/spelling-this-repo.yml @@ -11,7 +11,7 @@ on: jobs: spelling: name: Spelling - uses: Lombiq/GitHub-Actions/.github/workflows/spelling.yml@dev + uses: Lombiq/GitHub-Actions/.github/workflows/spelling.yml@issue/OSOE-864 with: additional-dictionaries: | cspell:companies/src/companies.txt From 2f560fda9e2bd215bf417a6a6851e5392d30d4d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Tue, 5 Nov 2024 18:06:10 +0100 Subject: [PATCH 6/6] Reverting issue branch references for GHA [skip ci] --- .github/actions/spelling/action.yml | 2 +- .github/workflows/spelling-this-repo.yml | 2 +- .github/workflows/spelling.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/actions/spelling/action.yml b/.github/actions/spelling/action.yml index d158c72d2..62508821f 100644 --- a/.github/actions/spelling/action.yml +++ b/.github/actions/spelling/action.yml @@ -130,7 +130,7 @@ runs: shell: pwsh run: | $defaultPrefixes = @{ - 'lombiq-lgha' = 'https://raw.githubusercontent.com/Lombiq/GitHub-Actions/issue/OSOE-864/.github/actions/spelling/' + 'lombiq-lgha' = 'https://raw.githubusercontent.com/Lombiq/GitHub-Actions/dev/.github/actions/spelling/' 'cspell' = 'https://raw.githubusercontent.com/check-spelling/cspell-dicts/v20230509/dictionaries/' } diff --git a/.github/workflows/spelling-this-repo.yml b/.github/workflows/spelling-this-repo.yml index b4fd1fd0d..cc1d2dd9b 100644 --- a/.github/workflows/spelling-this-repo.yml +++ b/.github/workflows/spelling-this-repo.yml @@ -11,7 +11,7 @@ on: jobs: spelling: name: Spelling - uses: Lombiq/GitHub-Actions/.github/workflows/spelling.yml@issue/OSOE-864 + uses: Lombiq/GitHub-Actions/.github/workflows/spelling.yml@dev with: additional-dictionaries: | cspell:companies/src/companies.txt diff --git a/.github/workflows/spelling.yml b/.github/workflows/spelling.yml index dfca4a808..c516cb0d8 100644 --- a/.github/workflows/spelling.yml +++ b/.github/workflows/spelling.yml @@ -111,7 +111,7 @@ jobs: - name: Check Spelling id: check-spelling-action - uses: Lombiq/GitHub-Actions/.github/actions/spelling@issue/OSOE-864 + uses: Lombiq/GitHub-Actions/.github/actions/spelling@dev with: merge-file-excludes: ${{ inputs.merge-file-excludes }} merge-forbidden-patterns: ${{ inputs.merge-forbidden-patterns }} @@ -138,7 +138,7 @@ jobs: if: always() && needs.check-spelling.outputs.followup && github.event_name == 'pull_request' steps: - name: Comment (PR) - uses: Lombiq/GitHub-Actions/.github/actions/spelling@issue/OSOE-864 + uses: Lombiq/GitHub-Actions/.github/actions/spelling@dev with: post-comment: 1 task: ${{ needs.check-spelling.outputs.followup }}