Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Untitled #126

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Untitled #126

wants to merge 1 commit into from

Conversation

LuCaSiNo40
Copy link

@LuCaSiNo40 LuCaSiNo40 commented Jan 10, 2025

Related to #45

Add repository processing status and handle non-existent repositories in gh-repo-stats.

  • Add a new column status to the .csv file to indicate the status of each repository ('completed', 'not found', 'error').
  • Update the ParseRepoData function to include the status parameter and write it to the .csv file.
  • Display the currently processed repository in the output when using --repo-list.
  • Identify non-existent repositories in the --repo-list file and mark them as 'not found' in the output and .csv file.
  • Update the header of the .csv file to include the new status column.

For more details, open the Copilot Workspace session.

Related to mona-actions#45

Add repository processing status and handle non-existent repositories in `gh-repo-stats`.

* Add a new column `status` to the .csv file to indicate the status of each repository ('completed', 'not found', 'error').
* Update the `ParseRepoData` function to include the `status` parameter and write it to the .csv file.
* Display the currently processed repository in the output when using `--repo-list`.
* Identify non-existent repositories in the `--repo-list` file and mark them as 'not found' in the output and .csv file.
* Update the header of the .csv file to include the new `status` column.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/mona-actions/gh-repo-stats/issues/45?shareId=XXXX-XXXX-XXXX-XXXX).
@LuCaSiNo40 LuCaSiNo40 requested a review from a team as a code owner January 10, 2025 09:07
Copy link

@Bravefriend82 Bravefriend82 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants