Skip to content

Commit 847f1b1

Browse files
committed
update auto-merge command to use admin privileges
1 parent bc0f421 commit 847f1b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
contains(steps.metadata.outputs.dependency-names, 'sqlfluff') ||
9696
contains(steps.metadata.outputs.dependency-names, 'super-linter')
9797
)
98-
run: gh pr merge --squash --auto "$PR_URL"
98+
run: gh pr merge --admin --squash "$PR_URL"
9999
env:
100100
PR_URL: ${{github.event.pull_request.html_url}}
101101
GITHUB_TOKEN: ${{ secrets.AUTO_MERGE_PAT }}

0 commit comments

Comments
 (0)