Skip to content

Commit a8f336f

Browse files
authored
Merge pull request #61 from alexander-nitsche/task-bypass-review-in-github-action
Allow GitHub Action "Update languages" workflow to bypass reviews
2 parents 1cb9fe9 + 0ff6625 commit a8f336f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/languages.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ jobs:
7777
gh pr create --fill --base ${baseBranch}
7878
# Avoid occasional GitHub error "Pull request Pull request is in clean status".
7979
sleep 1s
80-
gh pr merge --auto --rebase --delete-branch
80+
# Skip the check for manual revisions in the merge process.
81+
gh pr merge --admin --rebase --delete-branch
8182
8283
- name: Release base branch (if base branch was also previously released)
8384
if: ${{ steps.update-language-files.outputs.CHANGED_LANGUAGES && steps.update-language-files.outputs.RELEASED_BASE_BRANCH == 1 }}

0 commit comments

Comments
 (0)