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.
2 parents 3e510df + 56cbbad commit 9937faaCopy full SHA for 9937faa
.github/workflows/upstream-sync.yml
@@ -4,8 +4,6 @@ on:
4
schedule:
5
- cron: '0 0 * * *' # Daily at midnight UTC
6
workflow_dispatch: # Manual trigger
7
- pull_request:
8
- branches: [dev]
9
10
jobs:
11
sync-and-update:
@@ -136,7 +134,7 @@ jobs:
136
134
GITHUB_TOKEN: ${{ secrets.PAT_SERVICE_ACCOUNT }}
137
135
run: |
138
echo "Attempting to merge PR #$PR_NUMBER..."
139
- gh pr merge $PR_NUMBER --repo menloresearch/llama.cpp --merge || MERGE_FAILED=$?
+ gh pr merge $PR_NUMBER --repo menloresearch/llama.cpp --merge --admin || MERGE_FAILED=$?
140
141
if [ ! -z "$MERGE_FAILED" ]; then
142
echo "Failed to merge PR. Error code: $MERGE_FAILED"
0 commit comments