crablang / crab

A community fork of a language named after a plant fungus. All of the memory-safe features you love, now with 100% less bureaucracy!
https://www.crablang.org
Other
5.13k stars 66 forks source link

Automated updates from the fungus repo through GH-Actions #61

Closed Witteborn closed 1 year ago

Witteborn commented 1 year ago

I would like to add a GitHub Actions workflow which checks for differences in the repo that's named after a fungus and automatically creates a new branch with a pull request which then can be further edited and or merged.

This workflow would be executed daily based on a Cron job schedule.

I already have something similar in place in my GitHubBoilerplate Repo.

I might edit this later and add all the relevant links and examples because I'm on mobile right now and formatting and looking for all the links is hard to do that way.

Please let me know what you guys think. I wanted to create an issue first and wait for feedback before I put in all the effort and open a pull request.

Witteborn commented 1 year ago

I have opened a PR, feel free to tell me what you guys think.