We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc0f421 commit 847f1b1Copy full SHA for 847f1b1
.github/workflows/test_website.yml
@@ -95,7 +95,7 @@ jobs:
95
contains(steps.metadata.outputs.dependency-names, 'sqlfluff') ||
96
contains(steps.metadata.outputs.dependency-names, 'super-linter')
97
)
98
- run: gh pr merge --squash --auto "$PR_URL"
+ run: gh pr merge --admin --squash "$PR_URL"
99
env:
100
PR_URL: ${{github.event.pull_request.html_url}}
101
GITHUB_TOKEN: ${{ secrets.AUTO_MERGE_PAT }}
0 commit comments