forked from robotology/gh-action-nightly-merge
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
(This is a fork of robotology/gh-action-nightly-merge) | ||
(This is a fork of [robotology/gh-action-nightly-merge](https://github.com/robotology/gh-action-nightly-merge)) | ||
# Scheduled Branch Merge | ||
|
||
This automatically merges one branch into another based on a cron schedule using (Github Actions)[https://github.com/features/actions]. | ||
This automatically merges one branch into another based on a cron schedule using [Github Actions](https://github.com/features/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)[github.com/cumulusnetworks/docs] team. | ||
This fork has greatly simplified the original script from robotology for the use case of the [Cumulus Documentation](github.com/cumulusnetworks/docs) team. | ||
|
||
This script uses `source_branch` and `target_branch` variables and will merge the `source_branch` into the `target_branch` every day at 12PT. |