Skip to content

Commit

Permalink
Remove auto-merge as it doesn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
osipxd committed Mar 7, 2025
1 parent d82ef6a commit 70a4852
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/auto-approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,3 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_REPO: ${{ github.repository_owner }}/${{ github.event.repository.name }}

- name: Enable auto-merge
if: contains(github.event.pull_request.labels.*.name, '👍 ship!')
run: gh pr merge "${{ github.event.pull_request.number }}" --auto --squash
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_REPO: ${{ github.repository_owner }}/${{ github.event.repository.name }}

0 comments on commit 70a4852

Please sign in to comment.