Skip to content

Commit 43abb61

Browse files
committed
fix(actions): fix
1 parent d3c5e96 commit 43abb61

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/docs-localization-download.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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 }}

.github/workflows/version-updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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}}

0 commit comments

Comments
 (0)