We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1cb9fe9 + 0ff6625 commit a8f336fCopy full SHA for a8f336f
1 file changed
.github/workflows/languages.yml
@@ -77,7 +77,8 @@ jobs:
77
gh pr create --fill --base ${baseBranch}
78
# Avoid occasional GitHub error "Pull request Pull request is in clean status".
79
sleep 1s
80
- gh pr merge --auto --rebase --delete-branch
+ # Skip the check for manual revisions in the merge process.
81
+ gh pr merge --admin --rebase --delete-branch
82
83
- name: Release base branch (if base branch was also previously released)
84
if: ${{ steps.update-language-files.outputs.CHANGED_LANGUAGES && steps.update-language-files.outputs.RELEASED_BASE_BRANCH == 1 }}
0 commit comments