Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Scripts/Committers/README.md
Original file line number Diff line number Diff line change
@@ -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.



Expand Down
2 changes: 1 addition & 1 deletion Scripts/Committers/get-repo-tags.sh
Original file line number Diff line number Diff line change
@@ -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.
#
Expand Down