Skip to content

Commit 38417e3

Browse files
committed
sync.yml: Add stable_6.12.y
This will cause our current github action to also sync the stable_6.12.y branch with the latest 6.12.y stable tree LE-2709
1 parent 944915d commit 38417e3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/sync.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
- branch: kernel-mainline
1818
remote: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
1919
remote_branch: master
20+
- branch: stable_6.12.y
21+
remote: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
22+
remote_branch: linux-6.12.y
2023

2124
env:
2225
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)