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

Add repository creation date (Created) to output #68

Merged
merged 1 commit into from
Oct 23, 2023

Conversation

timrogers
Copy link
Contributor

This updates the output of gh-repo-stats to append a new Created column at the end of the output file with the datetime when each repository was created.

I'm choosing to append this column to the end, rather than slot the new field next to a similar field (e.g. Last_Push) because my experience tells me that lots of users will be relying on column indexes rather than names when handling these CSVs!

This updates the output of `gh-repo-stats` to append a new
`Created` column at the end of the output file with the datetime
when each repository was created.

I'm choosing to append this column to the end, rather than slot
the new field next to a similar field (e.g. `Last_Push`) because
my experience tells me that lots of users will be relying on
column indexes rather than names when handling these CSVs!
@timrogers timrogers requested a review from a team as a code owner October 23, 2023 13:54
@robandpdx robandpdx merged commit 324fbbd into mona-actions:main Oct 23, 2023
3 checks passed
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.

2 participants