Skip to content

CumulusNetworks/gh-action-nightly-merge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

(This is a fork of robotology/gh-action-nightly-merge)

Scheduled Branch Merge

This automatically merges one branch into another based on a cron schedule using Github Actions.

The two files of note: action.yml - Defines the variables that are used in the script. entrypoint.sh - This is the script that is executed by the Github Action.

Entrypoint.sh

This fork has greatly simplified the original script from robotology for the use case of the Cumulus Documentation team.

This script uses source_branch and target_branch variables and will merge the source_branch into the target_branch every day at 12PT.

About

Automatically merge the stable branch into the development one

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 76.1%
  • Dockerfile 23.9%