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
@@ -321,3 +322,23 @@ function bodyOfPR(): string {
321
322
If you would like additional information about the code.json metadata requirements, please visit the repository [here](https://github.com/DSACMS/gov-codejson).
322
323
`;
323
324
}
325
+
326
+
functionbodyOfArchivalPR(): string{
327
+
return`
328
+
## Archiving the Repository
329
+
330
+
Hello, and thank you for your contributions to the Federal Open Source Community. 🙏
331
+
332
+
As part of preparing the repository for archival, this pull request marks the repository for archival and ensures code.json repository metadata is up-to-date.
333
+
334
+
If you have questions, please file an issue [here](https://github.com/DSACMS/automated-codejson-generator/issues) or join our #cms-ospo slack channel [here](https://cmsgov.enterprise.slack.com/archives/C07HM92S9QQ).
335
+
336
+
## Next Steps
337
+
### Verify project metadata in code.json
338
+
- Review all fields to ensure metadata is correct and accurate
339
+
- We have automatically updated some fields but some require manual input. Please update fields by directly editing code.json in Files Changed tab on your pull-request
340
+
- We also have a [form](https://dsacms.github.io/codejson-generator/) where you can create your code.json via a website, and then download directly to your local machine, and then you can copy and paste into here.
341
+
342
+
If you would like additional information about the code.json metadata requirements, please visit the repository [here](https://github.com/DSACMS/gov-codejson).
0 commit comments