Skip to content

Commit

Permalink
ci: remove enable auto-merge (#3472)
Browse files Browse the repository at this point in the history
suzuki-shunsuke authored Jan 23, 2025
1 parent c2dc5a5 commit 13e7eeb
Showing 2 changed files with 0 additions and 38 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -51,22 +51,6 @@ jobs:
- Dockerfile-prebuilt
- .github/workflows/wc-test-docker-prebuilt.yaml
enable-automerge:
uses: ./.github/workflows/wc-enable-auto-merge.yaml
needs:
- status-check
permissions:
contents: write # For enable automerge
pull-requests: write # For enable automerge
# "! failure() && ! cancelled()" is required. success() returns false if dependent jobs are skipped.
# https://github.com/community/community/discussions/45058
# By default success() is used so we have to override success() by "! failure() && ! cancelled()"
if: |
! failure() && ! cancelled() && github.event.pull_request.user.login == 'renovate[bot]' && contains(github.event.pull_request.body, ' **Automerge**: Enabled.')
secrets:
gh_app_id: ${{secrets.APP_ID}}
gh_app_private_key: ${{secrets.APP_PRIVATE_KEY}}

status-check:
uses: ./.github/workflows/wc-status-check.yaml
permissions: {}
22 changes: 0 additions & 22 deletions .github/workflows/wc-enable-auto-merge.yaml

This file was deleted.

0 comments on commit 13e7eeb

Please sign in to comment.