You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## This repository contains the GitHub actions to support the Continuous Integration incorporated Branching Strategy (CI-BS) for R package development.
3
+
4
+
## Instruction to use this tool:
5
+
1.Make sure your repository has the following branches:
6
+
main
7
+
dev
8
+
release*
9
+
feature*
10
+
2. Make a .github/workflows directory under your repo.
11
+
3. Copy the gitflow-R-action.yml from https://github.com/fnlcr-bids-sdsi/gitflow-R into the .github/workflows directory.
12
+
4. Update information at ' image_to_use: "<Replacewithyourimage>" ' line in gitflow-R-action.yml to a GitHub Package address
13
+
5. If you want customed support for actions, please contact us.
0 commit comments