@@ -266,92 +266,92 @@ jobs:
266266 commit-message : ${{ env.PR_TITLE }}
267267 delete-branch : true
268268
269- make_desktop_pr :
270- needs : [jobs_sync]
271- name : Make Desktop PR
272- runs-on : ubuntu-latest
273- steps :
274- - name : Checkout Repo Content
275- uses : actions/checkout@v4
276- with :
277- path : ' scripts'
278- # don't provide a branch (ref) so it uses the default for that event
279- - name : Checkout Desktop
280- uses : ./scripts/actions/checkout_desktop
281-
282- - uses : actions/download-artifact@v4
283- with :
284- name : session-desktop
285- # this has to be the first shared parent on the upload artefact task for Desktop
286- path : " ${{ github.workspace }}/desktop"
287-
288- - name : Create Desktop Pull Request
289- uses : peter-evans/create-pull-request@v6
290- with :
291- path : ' desktop'
292- token : ${{ secrets.CROWDIN_PR_TOKEN }}
293- title : ${{ env.PR_TITLE }}
294- body : ${{ env.PR_DESCRIPTION }}
295- branch : ${{ env.PR_TARGET_BRANCH }}
296- commit-message : ${{ env.PR_TITLE }}
297- delete-branch : true
298-
299-
300- make_ios_pr :
301- needs : [jobs_sync]
302- name : Make iOS PR
303- runs-on : ubuntu-latest
304- steps :
305- - name : Checkout Repo Content
306- uses : actions/checkout@v4
307- with :
308- path : ' scripts'
309- # don't provide a branch (ref) so it uses the default for that event
310- - name : Checkout iOS
311- uses : ./scripts/actions/checkout_ios
312-
313- - uses : actions/download-artifact@v4
314- with :
315- name : session-ios
316- # this has to be the first shared parent on the upload artefact task for iOS
317- path : " ${{ github.workspace }}/ios"
318-
319- - name : Create iOS Pull Request
320- uses : peter-evans/create-pull-request@v6
321- with :
322- path : ' ios'
323- token : ${{ secrets.CROWDIN_PR_TOKEN }}
324- title : ${{ env.PR_TITLE }}
325- body : ${{ env.PR_DESCRIPTION }}
326- branch : ${{ env.PR_TARGET_BRANCH }}
327- commit-message : ${{ env.PR_TITLE }}
328- delete-branch : true
329-
330- make_qa_pr :
331- needs : [jobs_sync]
332- name : Make QA PR (Appium)
333- runs-on : ubuntu-latest
334- steps :
335- - name : Checkout Repo Content
336- uses : actions/checkout@v4
337- with :
338- path : ' scripts'
339-
340- - name : Checkout Session Appium
341- uses : ./scripts/actions/checkout_qa
342-
343- - uses : actions/download-artifact@v4
344- with :
345- name : session-qa
346- path : " ${{ github.workspace }}/appium/run/localizer"
347-
348- - name : Create QA Pull Request
349- uses : peter-evans/create-pull-request@v6
350- with :
351- path : ' appium'
352- token : ${{ secrets.CROWDIN_PR_TOKEN }}
353- title : ${{ env.PR_TITLE }}
354- body : ${{ env.PR_DESCRIPTION }}
355- branch : ${{ env.PR_TARGET_BRANCH }}
356- commit-message : ${{ env.PR_TITLE }}
357- delete-branch : true
269+ # make_desktop_pr:
270+ # needs: [jobs_sync]
271+ # name: Make Desktop PR
272+ # runs-on: ubuntu-latest
273+ # steps:
274+ # - name: Checkout Repo Content
275+ # uses: actions/checkout@v4
276+ # with:
277+ # path: 'scripts'
278+ # # don't provide a branch (ref) so it uses the default for that event
279+ # - name: Checkout Desktop
280+ # uses: ./scripts/actions/checkout_desktop
281+
282+ # - uses: actions/download-artifact@v4
283+ # with:
284+ # name: session-desktop
285+ # # this has to be the first shared parent on the upload artefact task for Desktop
286+ # path: "${{ github.workspace }}/desktop"
287+
288+ # - name: Create Desktop Pull Request
289+ # uses: peter-evans/create-pull-request@v6
290+ # with:
291+ # path: 'desktop'
292+ # token: ${{ secrets.CROWDIN_PR_TOKEN }}
293+ # title: ${{ env.PR_TITLE }}
294+ # body: ${{ env.PR_DESCRIPTION }}
295+ # branch: ${{ env.PR_TARGET_BRANCH }}
296+ # commit-message: ${{ env.PR_TITLE }}
297+ # delete-branch: true
298+
299+
300+ # make_ios_pr:
301+ # needs: [jobs_sync]
302+ # name: Make iOS PR
303+ # runs-on: ubuntu-latest
304+ # steps:
305+ # - name: Checkout Repo Content
306+ # uses: actions/checkout@v4
307+ # with:
308+ # path: 'scripts'
309+ # # don't provide a branch (ref) so it uses the default for that event
310+ # - name: Checkout iOS
311+ # uses: ./scripts/actions/checkout_ios
312+
313+ # - uses: actions/download-artifact@v4
314+ # with:
315+ # name: session-ios
316+ # # this has to be the first shared parent on the upload artefact task for iOS
317+ # path: "${{ github.workspace }}/ios"
318+
319+ # - name: Create iOS Pull Request
320+ # uses: peter-evans/create-pull-request@v6
321+ # with:
322+ # path: 'ios'
323+ # token: ${{ secrets.CROWDIN_PR_TOKEN }}
324+ # title: ${{ env.PR_TITLE }}
325+ # body: ${{ env.PR_DESCRIPTION }}
326+ # branch: ${{ env.PR_TARGET_BRANCH }}
327+ # commit-message: ${{ env.PR_TITLE }}
328+ # delete-branch: true
329+
330+ # make_qa_pr:
331+ # needs: [jobs_sync]
332+ # name: Make QA PR (Appium)
333+ # runs-on: ubuntu-latest
334+ # steps:
335+ # - name: Checkout Repo Content
336+ # uses: actions/checkout@v4
337+ # with:
338+ # path: 'scripts'
339+
340+ # - name: Checkout Session Appium
341+ # uses: ./scripts/actions/checkout_qa
342+
343+ # - uses: actions/download-artifact@v4
344+ # with:
345+ # name: session-qa
346+ # path: "${{ github.workspace }}/appium/run/localizer"
347+
348+ # - name: Create QA Pull Request
349+ # uses: peter-evans/create-pull-request@v6
350+ # with:
351+ # path: 'appium'
352+ # token: ${{ secrets.CROWDIN_PR_TOKEN }}
353+ # title: ${{ env.PR_TITLE }}
354+ # body: ${{ env.PR_DESCRIPTION }}
355+ # branch: ${{ env.PR_TARGET_BRANCH }}
356+ # commit-message: ${{ env.PR_TITLE }}
357+ # delete-branch: true
0 commit comments