Suche
Beiträge, die mit ci getaggt sind
A piece of criticism to all code forges I know: why not run #CI on all commits?
A bad commit is a liability. It will break bisect and make debugging miserable.
#ForgejoActions takes it to the extreme and cancels an already running action when I push another change.
I get it - it's too slow and expensive to test them all when pipelines take minutes to run. But you could just pause the old ones until the newest one is finished!
Weiter Woodpecker CI nutzen und eine extra software managen, dafür aber nichts ändern müssen, oder auf Forgejo Actions wechseln? Jemand erfahrungen?
#git #ci #gitea #forgejo #woodpecker
If you visit the activity pages of your repository, you can now find much more information an graphs, like a list of contributors and code frequency.
If you prefer to use the #Sourcehut #CI, you can now select the dedicated sourcehut integration in your repo webhooks settings (see forgejo.org/docs/v7.0/user/web…).