forked from devangpradhan/GSDM
-
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.
Merge branch 'main' of https://github.com/devangpradhan/Web
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
- name: Fork Sync | ||
# You may pin to the exact commit or the version. | ||
# uses: tgymnich/fork-sync@0cc6ac48fd51415e7c34e5b8823021bc952a5f5f | ||
uses: tgymnich/[email protected] | ||
with: | ||
# Owner of the forked repository | ||
owner: # optional | ||
# Token for the github API | ||
github_token: | ||
# Branch to track | ||
head: # optional, default is master | ||
# Branch to keep updated | ||
base: # optional, default is master | ||
# Merge method to use | ||
merge_method: # optional, default is merge | ||
# The title of the pull request | ||
pr_title: # optional, default is Fork Sync | ||
# The message in the pull request | ||
pr_message: # optional | ||
# ignore Exceptions | ||
ignore_fail: # optional | ||
|