Skip to content

Commit

Permalink
sync upstream workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bradh352 committed Nov 22, 2024
1 parent 178166e commit 25d5e51
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/sync_upstream.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: 'Sync With Upstream'

on:
schedule:
- cron: '0 0 * * *'
# scheduled at 00:00 daily

workflow_dispatch:

jobs:
sync_latest_from_upstream:
runs-on: ubuntu-latest
name: Sync latest commits from upstream repo

steps:
- uses: tgymnich/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
base: 202405-broadcom
head: 202405
merge_method: rebase

0 comments on commit 25d5e51

Please sign in to comment.