carpentries-incubator / managing-computational-projects

Managing Open and Reproducible Computational Projects
https://carpentries-incubator.github.io/managing-computational-projects
Other
10 stars 10 forks source link

Problem with the GitHub action #64

Closed malvikasharan closed 2 years ago

malvikasharan commented 2 years ago

Need to see what broke

tobyhodges commented 2 years ago

Looking at the logging output from your Actions, it seems that the problem is with a missing YAML header in the GitHub Code Review extra page. I think you will have the same issue with the similar page on Kanban boards.

To fix the problem, add a YAML header to these files, e.g.

---
title: Page Title Goes Here
---