From 1dfc70bef20f0b53a6683779ba3324b7469f00c6 Mon Sep 17 00:00:00 2001 From: JRMendDemo <122036228+JRMendDemo@users.noreply.github.com> Date: Fri, 7 Nov 2025 08:38:45 -0600 Subject: [PATCH 1/2] Update README.md --- Scripts/Committers/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/Committers/README.md b/Scripts/Committers/README.md index ec4ac182..25d890f7 100644 --- a/Scripts/Committers/README.md +++ b/Scripts/Committers/README.md @@ -1,7 +1,7 @@ The following scripts can be used to gather data from the Mend.io application and different Source Control Management systems in order to understand how many developers are currently working on repositories throughout the calendar year. > [!IMPORTANT] -The project tags repoFullName and remoteUrl are only populated by the [Unified CLI](https://docs.mend.io/bundle/integrations/page/scan_with_the_mend_cli.html) and [repository integration](https://docs.mend.io/bundle/integrations/page/repo_integrations.html) scans. [Unified Agent](https://docs.mend.io/bundle/unified_agent/page/getting_started_with_the_unified_agent.html) and [Developer Platform](https://docs.mend.io/bundle/platform/page/mend_developer_platform.html) users will need to provide a list of repositories manually to run the [get-committers.sh](./get-committers.sh) script. +The project tags repoFullName and remoteUrl are only populated by the [repository integration](https://docs.mend.io/bundle/integrations/page/repo_integrations.html) scans. [Unified Agent](https://docs.mend.io/bundle/unified_agent/page/getting_started_with_the_unified_agent.html) and [Developer Platform](https://docs.mend.io/bundle/platform/page/mend_developer_platform.html) users will need to provide a list of repositories manually to run the [get-committers.sh](./get-committers.sh) script. From 4034e9a2287927af1ebe1f4c88ed780e61f6fd6b Mon Sep 17 00:00:00 2001 From: JRMendDemo <122036228+JRMendDemo@users.noreply.github.com> Date: Mon, 10 Nov 2025 08:17:17 -0600 Subject: [PATCH 2/2] Update get-repo-tags.sh --- Scripts/Committers/get-repo-tags.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/Committers/get-repo-tags.sh b/Scripts/Committers/get-repo-tags.sh index 28052ff5..a03ea273 100644 --- a/Scripts/Committers/get-repo-tags.sh +++ b/Scripts/Committers/get-repo-tags.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# ******** Mend Script to pull the repoFullName and remoteUrl values from the tags of Mend Projects integrated with the repository integration or Unified CLI ******** +# ******** Mend Script to pull the repoFullName and remoteUrl values from the tags of Mend Projects integrated with the repository integration******** # # Users should edit this file to add any steps for consuming the information provided by the API requests however needed. #