Skip to content

Commit adc4dbb

Browse files
authored
Disable auto-merge on approval
Disabled auto-merge functionality and added instructions for manual merging.
1 parent 20ce0b4 commit adc4dbb

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

.github/workflows/auto-merge-on-approval.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ jobs:
1313
checks: read
1414
steps:
1515
- name: Attempt merge when approved
16-
uses: peter-evans/merge-pull-request@v3
17-
with:
18-
pull-request-number: ${{ github.event.pull_request.number }}
19-
merge-method: merge
20-
commit-title: "Auto-merge PR #${{ github.event.pull_request.number }}"
21-
delete-branch: false
22-
token: ${{ secrets.GITHUB_TOKEN }}
16+
run: |
17+
echo "Auto-merge on approval disabled."
18+
echo "Please merge the PR manually after required checks and approvals pass."

0 commit comments

Comments
 (0)