Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/devangpradhan/Web
Browse files Browse the repository at this point in the history
  • Loading branch information
devangpradhan committed Aug 21, 2024
2 parents 1b357db + 194fa61 commit e720eae
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/main.yml
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

0 comments on commit e720eae

Please sign in to comment.