From 8e733132d2d30e0523400557aaaad8687bd703aa Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Sat, 2 Dec 2023 23:31:23 +0000 Subject: [PATCH] templates: fix typo in disclaimer --- examples/rendered/awx.awx.md | 2 +- examples/rendered/community.general.md | 2 +- examples/rendered/ovirt.ovirt.md | 2 +- templates/issue.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/rendered/awx.awx.md b/examples/rendered/awx.awx.md index d38d7ba..fd78c44 100644 --- a/examples/rendered/awx.awx.md +++ b/examples/rendered/awx.awx.md @@ -1,6 +1,6 @@ # Community package requirements: sanity tests and repository management -(Note: This issue was filed in a semi-automated fashion. Let me know if you see errors in its the issue.) +(Note: This issue was filed in a semi-automated fashion. Let me know if you see errors in this issue.) As per the [Ansible community package inclusion requirements][ci-testing], collections must pass `ansible-test sanity` tests. Version `23.3.1` of `awx.awx`, corresponding to the `23.3.1` tag in this repo, fails one or more of the required sanity tests. diff --git a/examples/rendered/community.general.md b/examples/rendered/community.general.md index 5a694d4..07b7e19 100644 --- a/examples/rendered/community.general.md +++ b/examples/rendered/community.general.md @@ -1,6 +1,6 @@ # Community package requirements: sanity tests -(Note: This issue was filed in a semi-automated fashion. Let me know if you see errors in its the issue.) +(Note: This issue was filed in a semi-automated fashion. Let me know if you see errors in this issue.) As per the [Ansible community package inclusion requirements][ci-testing], collections must pass `ansible-test sanity` tests. Version `8.0.2` of `community.general`, corresponding to the `8.0.2` tag in this repo, fails one or more of the required sanity tests. diff --git a/examples/rendered/ovirt.ovirt.md b/examples/rendered/ovirt.ovirt.md index 5d3d797..81e2089 100644 --- a/examples/rendered/ovirt.ovirt.md +++ b/examples/rendered/ovirt.ovirt.md @@ -1,6 +1,6 @@ # Community package requirements: sanity tests and repository management -(Note: This issue was filed in a semi-automated fashion. Let me know if you see errors in its the issue.) +(Note: This issue was filed in a semi-automated fashion. Let me know if you see errors in this issue.) As per the [Ansible community package inclusion requirements][ci-testing], collections must pass `ansible-test sanity` tests. Version `3.2.0` of `ovirt.ovirt`, corresponding to the `3.2.0-1` tag in this repo, fails one or more of the required sanity tests. diff --git a/templates/issue.md b/templates/issue.md index e7f1418..91504cb 100644 --- a/templates/issue.md +++ b/templates/issue.md @@ -1,5 +1,5 @@ {% set artifact = collection_name.replace(".", "-") ~ "-" ~ tag_output.version ~ ".tar.gz" %} -(Note: This issue was filed in a semi-automated fashion. Let me know if you see errors in its the issue.) +(Note: This issue was filed in a semi-automated fashion. Let me know if you see errors in this issue.) As per the [Ansible community package inclusion requirements][ci-testing], collections must pass `ansible-test sanity` tests. Version `{{ tag_output.version }}` of `{{ collection_name }}`, corresponding to the `{{ tag_output.tag }}` tag in this repo, fails one or more of the required sanity tests.