From 25fdc36e8a98284735711ad3a41d5414208a8dbd Mon Sep 17 00:00:00 2001 From: Gerjan Stokkink Date: Wed, 11 Jun 2025 16:27:04 +0200 Subject: [PATCH] Update README.md Fix typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e97ac43..cad7a61 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ GitHub action to check if pull requests have their corresponding issues linked, | `comment` | No | `true` | A boolean value that allow the action to create a comment. | | `custom-body-comment` | No | "No linked issues found. Please add the corresponding issues in the pull request description.
[Use GitHub automation to close the issue when a PR is merged](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword)" | Custom body PR comment. | | `loose-matching` | No | `false` | A boolean value indicating whether the action should verify linked issues inside a PR's description, merging onto any branch (including non-default branches like `main` or `master`). When enabled, this option supports both local issues (e.g., `#123`) and external ones (e.g., `https://github.com/org-name/repo/issues/123` or `org-name/repo#123`). Associating a pull request with an issue requires the use of any of the [supported keywords](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword) in the pull request's description (e.g., `fixes #123`).| -| `skip-linked-issued-check-label` | No | `no-issue` | A label that causes the action to execute but skip the actual linked issues check. If the check is skipped, the `check_skipped` output is set to `true`. Any present comments added by this action are also deleted. Useful when incorporating this action into multi-action workflows.| +| `skip-linked-issues-check-label` | No | `no-issue` | A label that causes the action to execute but skip the actual linked issues check. If the check is skipped, the `check_skipped` output is set to `true`. Any present comments added by this action are also deleted. Useful when incorporating this action into multi-action workflows.| ## Outputs