Skip to content

Commit

Permalink
Update automated PR workflow (#65)
Browse files Browse the repository at this point in the history
- Use different branch for gtk 3 and 4
  when pulling from mint-themes and yaru
  • Loading branch information
hsbasu authored Nov 3, 2023
1 parent f654d67 commit e5db05e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/open-pr-on-changes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
project: GTK3,
repo: "https://github.com/linuxmint/mint-themes.git",
upstreambranch: master,
localbranch: gtk3,
localbranch: gtk3-mint-y,
projectdir: mint-themes,
src: src/Mint-Y/gtk-3.0/,
dest: gtk/upstream/gtk-3.0/Mint-Y,
Expand All @@ -51,7 +51,7 @@ jobs:
project: GTK3,
repo: "https://github.com/ubuntu/yaru.git",
upstreambranch: master,
localbranch: gtk3,
localbranch: gtk3-yaru,
projectdir: yaru,
src: gtk/src/default/gtk-3.0/,
dest: gtk/upstream/gtk-3.0/Yaru,
Expand All @@ -61,7 +61,7 @@ jobs:
project: GTK4,
repo: "https://github.com/linuxmint/mint-themes.git",
upstreambranch: master,
localbranch: gtk4,
localbranch: gtk4-mint-y,
projectdir: mint-themes,
src: src/Mint-Y/gtk-4.0/,
dest: gtk/upstream/gtk-4.0/Mint-Y,
Expand All @@ -71,7 +71,7 @@ jobs:
project: GTK4,
repo: "https://github.com/ubuntu/yaru.git",
upstreambranch: master,
localbranch: gtk4,
localbranch: gtk4-yaru,
projectdir: yaru,
src: gtk/src/default/gtk-4.0/,
dest: gtk/upstream/gtk-4.0/Yaru,
Expand Down

0 comments on commit e5db05e

Please sign in to comment.