From 1fd039e69a8a8820c7e4ee5e3a62b604413468a7 Mon Sep 17 00:00:00 2001 From: Koji Hasegawa Date: Wed, 20 Nov 2024 07:11:07 +0900 Subject: [PATCH] Revert "Add conflibot workflow" This reverts commit b265090d5843494010bb717d6249da1de73e2663. --- .github/workflows/conflibot.yml | 34 --------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 .github/workflows/conflibot.yml diff --git a/.github/workflows/conflibot.yml b/.github/workflows/conflibot.yml deleted file mode 100644 index e705fdf..0000000 --- a/.github/workflows/conflibot.yml +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright (c) 2023-2024 DeNA Co., Ltd. -# This software is released under the MIT License. - -name: Check pull requests for conflicts - -on: - pull_request_target: - types: [ opened, synchronize, reopened ] - -concurrency: - group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true - -permissions: {} - -defaults: - run: - shell: bash - -jobs: - conflibot: - runs-on: ubuntu-latest - timeout-minutes: 5 - permissions: - contents: read - pull-requests: read - checks: write - - steps: - - uses: actions/checkout@v4 - - uses: wktk/conflibot@v1 - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - exclude: ""