Skip to content

Commit

Permalink
Merge pull request #330 from Lombiq/task/gha-refs-validate-without-me…
Browse files Browse the repository at this point in the history
…rge-queue-test-pr

Testing GHA refs validation without merge queue
  • Loading branch information
Piedone authored Feb 14, 2024
2 parents f1ac2ee + 4608194 commit f99f25e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/actions/spelling/action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# This file needs to be present in this exact folder for the workflow using this action to be able to work with submodules.
name: Spelling
description: Checks for spelling errors in files.
# Dummy change

# When updating defaults here also update them in the `spelling` workflow.
inputs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spelling-this-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ on:
jobs:
spelling:
name: Spelling
uses: Lombiq/GitHub-Actions/.github/workflows/spelling.yml@dev
uses: Lombiq/GitHub-Actions/.github/workflows/spelling.yml@task/gha-refs-validate-without-merge-queue-test-pr
4 changes: 2 additions & 2 deletions .github/workflows/spelling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@task/gha-refs-validate-without-merge-queue-test-pr
with:
merge-file-excludes: ${{ inputs.merge-file-excludes }}
merge-forbidden-patterns: ${{ inputs.merge-forbidden-patterns }}
Expand All @@ -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@task/gha-refs-validate-without-merge-queue-test-pr
with:
post-comment: 1
task: ${{ needs.check-spelling.outputs.followup }}

0 comments on commit f99f25e

Please sign in to comment.