From a12f5ea75224acf1167e749821c6c47dbd149a23 Mon Sep 17 00:00:00 2001 From: Mark Johnson <739719+virgofx@users.noreply.github.com> Date: Thu, 10 Oct 2024 09:13:50 -0700 Subject: [PATCH] docs: update README to point to closed pull requests for accuracy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bdca1b4..d8aad1e 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ For more details on the underlying GitHub Action, please visit the [Terraform Mo To see the action in use, please refer to the following: -- [**Pull Requests**](https://github.com/techpivot/terraform-modules-demo/pulls): Check out the pull requests in this repository to observe the action's automated tagging, release, and comment generation. +- [**Pull Requests**](https://github.com/techpivot/terraform-modules-demo/pulls?q=is%3Apr+is%3Aclosed): Check out the pull requests in this repository to observe the action's automated tagging, release, and comment generation. - [**Releases**](https://github.com/techpivot/terraform-modules-demo/releases): Visit the Releases tab for detailed changelogs associated with various Terraform modules, including dynamically generated release notes for each module. - [**Wiki**](https://github.com/techpivot/terraform-modules-demo/wiki): The generated module documentation, including changelogs and usage details, is available in the repository's Wiki. This is automatically updated with each release.