88 create-adr-pull-request :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v4
11+ - uses : actions/checkout@v6
1212
1313 - uses : denoland/setup-deno@v1
1414 with :
@@ -44,10 +44,11 @@ jobs:
4444 delete-branch : true
4545 title : ' Update Architecture Decision Records'
4646 body : ' Mirrored from: [shopware/shopware](https://github.com/shopware/shopware/tree/trunk)'
47+
4748 create-code-pull-request :
4849 runs-on : ubuntu-latest
4950 steps :
50- - uses : actions/checkout@v4
51+ - uses : actions/checkout@v6
5152 with :
5253 ref : main
5354
8283 delete-branch : true
8384 title : ' Update code guidelines from platform'
8485 body : ' Mirrored from: [shopware/shopware](https://github.com/shopware/shopware/tree/trunk)'
86+
87+ create-references-pull-request :
88+ runs-on : ubuntu-latest
89+ steps :
90+ - uses : actions/checkout@v6
91+ with :
92+ ref : main
93+
94+ - uses : denoland/setup-deno@v1
95+ with :
96+ deno-version : " ~1.32"
97+
98+ # sync from shopware/shopware
99+ - run : ./.github/scripts/update-script-references.sh
100+
101+ - uses : peter-evans/create-pull-request@v7
102+ with :
103+ add-paths : |
104+ resources/references/app-reference/*.md
105+ resources/references/app-reference/script-reference/*.md
106+ author : shopwareBot <example@example.com>
107+ committer : shopwareBot <example@example.com>
108+ assignees : Isengo1989, sushmangupta, bojanrajh, kermie
109+ labels : script-references
110+ branch : script-references-update
111+ delete-branch : true
112+ title : ' Update script references from platform'
113+ body : ' Mirrored from: [shopware/shopware](https://github.com/shopware/shopware/tree/trunk)'
0 commit comments