Skip to content

Commit

Permalink
sync fork action
Browse files Browse the repository at this point in the history
  • Loading branch information
Generic2261 committed Jan 5, 2025
1 parent c77e20e commit 2d971d9
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/sync-fork.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Sync Fork

on:
schedule:
- cron: '0 15 * * 5'
workflow_dispatch:

jobs:
sync:
runs-on: ubuntu-latest
permissions:
contents: write
id-token: write
pull-requests: write
steps:
- uses: tgymnich/fork-sync@v1
with:
owner: CorentinTh
base: main
head: main
merge_method: rebase

0 comments on commit 2d971d9

Please sign in to comment.