3
3
Fork
You've already forked r-lib-actions
0
A read-only mirror of github.com/r-lib/actions with minimal changes in order to support use as Forgejo Actions
  • TypeScript 95.3%
  • Makefile 2.4%
  • C 1.3%
  • R 0.9%
  • HTML 0.1%
2026年01月10日 08:00:57 +00:00
.forgejo/workflows tracking github.com/r-lib/actions@6f6e5bc6 2026年01月10日 08:00:57 +00:00
check-r-package tracking github.com/r-lib/actions@6f6e5bc6 2025年11月23日 22:17:09 +00:00
examples tracking github.com/r-lib/actions@6f6e5bc6 2026年01月10日 08:00:57 +00:00
pr-fetch tracking github.com/r-lib/actions@6f6e5bc6 2025年11月23日 22:17:09 +00:00
pr-push tracking github.com/r-lib/actions@6f6e5bc6 2025年11月23日 22:17:09 +00:00
R tracking r-lib/actions@6f6e5bc6 2025年11月23日 21:00:21 +00:00
setup-manifest tracking github.com/r-lib/actions@6f6e5bc6 2025年11月23日 22:17:09 +00:00
setup-pandoc tracking github.com/r-lib/actions@6f6e5bc6 2025年11月23日 22:17:09 +00:00
setup-r tracking github.com/r-lib/actions@6f6e5bc6 2025年11月23日 22:17:09 +00:00
setup-r-dependencies tracking github.com/r-lib/actions@6f6e5bc6 2025年11月23日 22:17:09 +00:00
setup-renv tracking github.com/r-lib/actions@6f6e5bc6 2025年11月23日 22:17:09 +00:00
setup-tinytex tracking github.com/r-lib/actions@6f6e5bc6 2025年11月23日 22:17:09 +00:00
src tracking r-lib/actions@6f6e5bc6 2025年11月23日 21:00:21 +00:00
tests tracking r-lib/actions@6f6e5bc6 2025年11月23日 21:00:21 +00:00
vignettes tracking r-lib/actions@6f6e5bc6 2025年11月23日 21:00:21 +00:00
_pkgdown.yml tracking r-lib/actions@6f6e5bc6 2025年11月23日 21:00:21 +00:00
actions.Rproj tracking r-lib/actions@6f6e5bc6 2025年11月23日 21:00:21 +00:00
CITATION.cff tracking r-lib/actions@6f6e5bc6 2025年11月23日 21:00:21 +00:00
DESCRIPTION tracking r-lib/actions@6f6e5bc6 2025年11月23日 21:00:21 +00:00
LICENSE tracking r-lib/actions@6f6e5bc6 2025年11月23日 21:00:21 +00:00
Makefile tracking r-lib/actions@6f6e5bc6 2025年11月23日 21:00:21 +00:00
NAMESPACE tracking r-lib/actions@6f6e5bc6 2025年11月23日 21:00:21 +00:00
NEWS.md tracking r-lib/actions@6f6e5bc6 2025年11月23日 21:00:21 +00:00
README.md tracking github.com/r-lib/actions@6f6e5bc6 2025年11月23日 22:21:54 +00:00

Forgejo Actions for the R language

Warning

Read-only Mirror of r-lib/actions

We make only slight, automated changes to the upstream repository in order to make it compatible with Forgejo Actions.

Please feel free to open bug reports related specifically to the use of these actions on Forgejo, but please be aware that the core functionality is maintained elsewhere and try to funnel issues to the right places.

Overview

Although Forgejo Actions are mostly compatible with GitHub actions, they necessarily need to make a few design choices to support a more open ecosystem. Most notably, actions aren't assumed to come from the same source as the repo and require a more detailed description of their source. To address this, this repository hosts those actions with a minimal set of edits to make them useful using Forgejo Actions.

Be aware that Codeberg has Terms and Conditions for using their hosted runners.

Quick Start

For all intents and purposes, the workflow should be nearly identical to using GitHub Actions. You can copy the workflows from the examples/ directory into your repository's .forgejo/workflows/ folder and start using them as-is.

Meaningful Differences

However, there may be a few bumps along the way. This is largely because Codeberg (which uses Forgejo Actions) provides their own runners, but they are to be used with a bit more care than actions on GitHub. Codeberg isn't providing these runners as a loss-leader for other sales, they're doing it for the betterment of the software ecosystem and because of that, there's an expectation that we are more mindful about our resources. Being mindful about resources is part of the terms of use.

Timeouts

You'll quickly find that out-of-the-box these examples will almost certainly time out. This is because they are set to the most minimal runner, codeberg-tiny. If you need a more substantial runner, you'll have to update the runs-on: field in each workflow. See a list of tags that you can use in Codeberg's documentation.

OS Availability

Similarly, Codeberg does not provide free runners for Windows and Mac. We have no plans for making these available at the moment.