You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When I use repo-scaffolder to create a fresh new repository and then use the cookiecutter command to create the repo's code.json file, the "created" field in the date object is incorrect.
To Reproduce
Steps to reproduce the behavior:
For any tier. create a new repository using cookiecutter/repo-scaffolder
Use the cookiecutter command to create the repo's code.json file.
The "created" field in the date object is set to "2023-10-05T14:06:51-04:00".
Expected behavior
The created field should be set to the date the repository is created / the repository's first commit. It looks like it is being set to the first commit of the repo template I believe?
Describe the bug
When I use repo-scaffolder to create a fresh new repository and then use the cookiecutter command to create the repo's code.json file, the "created" field in the date object is incorrect.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The created field should be set to the date the repository is created / the repository's first commit. It looks like it is being set to the first commit of the repo template I believe?
Screenshots
In code.json
Additional context
Related to #153
The text was updated successfully, but these errors were encountered: