File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -123,11 +123,11 @@ jobs:
123123 with :
124124 workflow : version-updates.yml
125125 ref : ${{ steps.convert_outputs.outputs.pr_ref }}
126- - run : gh pr review --approve -b "auto-approval for localization sync :3" "$PR_ID"
127- env :
128- PR_ID : ${{ steps.convert_outputs.outputs.pr_id }}
129- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
130- - run : gh pr merge --auto -d - -squash $PR_ID
126+ # - run: gh pr review --approve -b "auto-approval for localization sync :3" "$PR_ID"
127+ # env:
128+ # PR_ID: ${{ steps.convert_outputs.outputs.pr_id }}
129+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
130+ - run : gh pr merge --auto --squash $PR_ID
131131 env :
132132 PR_ID : ${{ steps.convert_outputs.outputs.pr_id }}
133133 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1616 env :
1717 PR_URL : ${{github.event.pull_request.html_url}}
1818 GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
19- - run : gh pr merge --auto -d - -squash "$PR_URL"
19+ - run : gh pr merge --auto --squash "$PR_URL"
2020 env :
2121 PR_URL : ${{github.event.pull_request.html_url}}
2222 GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
You can’t perform that action at this time.
0 commit comments