From 6106f9edbcc69096c168c0c43672aeef50a926d1 Mon Sep 17 00:00:00 2001 From: Andy Pixley <3723676+pixman20@users.noreply.github.com> Date: Wed, 3 Dec 2025 15:09:50 -0500 Subject: [PATCH 1/2] [BRE-1374] Stubbing out template change --- .github/workflows/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/workflows/README.md diff --git a/.github/workflows/README.md b/.github/workflows/README.md new file mode 100644 index 0000000..4c66967 --- /dev/null +++ b/.github/workflows/README.md @@ -0,0 +1,3 @@ +# Workflow Templates + +Other workflow templates to help start a repository can be found in this [templates folder](https://github.com/bitwarden/gh-actions/blob/main/templates) From 12121bf9a451c20693249efe302aeafafb80670b Mon Sep 17 00:00:00 2001 From: Andy Pixley <3723676+pixman20@users.noreply.github.com> Date: Thu, 4 Dec 2025 16:18:13 -0500 Subject: [PATCH 2/2] [BRE-1374] Updating template README --- .github/workflows/README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/workflows/README.md b/.github/workflows/README.md index 4c66967..d00fb16 100644 --- a/.github/workflows/README.md +++ b/.github/workflows/README.md @@ -1,3 +1,12 @@ # Workflow Templates -Other workflow templates to help start a repository can be found in this [templates folder](https://github.com/bitwarden/gh-actions/blob/main/templates) +## Provided Templates +The workflows in this template repository are intended to be included in all repositories and modified as needed. + + +## Additional Templates +Additional templates can be found managed in other repositories.
+This avoids clutter in this repository of potentially unnecessary templates and allows for the selective addition as necessary. + +#### Other Templates: +- [gh-actions](https://github.com/bitwarden/gh-actions/blob/main/templates)