crs4 / life_monitor

Workflow Sustainability Service
MIT License
4 stars 4 forks source link

Missing config file check does not create PR when `main` branch becomes available #255

Closed ilveroluca closed 9 months ago

ilveroluca commented 2 years ago

I installed the LM app on a completely empty repository. The first check that runs is the "Missing config file" check. It noticed that the LM configuration file was missing. I suppose because there was no branch onto which to open a PR, it opened an issue with the text:

No lifemonitor.yaml configuration file found on this repository.
The lifemonitor.yaml should be placed on the root of this repository.

I later created a main branch, but the check did not open a PR with a configuration template.

Suggested fix.

kikkomep commented 9 months ago

fixed in https://github.com/crs4/life_monitor/pull/378