Skip to content

Commit e6b3d70

Browse files
author
CIS Guru
committed
ci: disable external auto-merge action
1 parent fabc432 commit e6b3d70

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

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

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@ jobs:
1212
contents: write
1313
checks: read
1414
steps:
15-
- 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 }}
15+
- name: Auto-merge disabled
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)