From 884701a42b1324e529c7f9ee2ff344d6ed06df4c Mon Sep 17 00:00:00 2001 From: Jirka Date: Tue, 30 Aug 2022 19:30:22 +0200 Subject: [PATCH] ci: drop group probot --- .github/workflows/probot-check-group.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/workflows/probot-check-group.yml diff --git a/.github/workflows/probot-check-group.yml b/.github/workflows/probot-check-group.yml deleted file mode 100644 index 50413dd656c92..0000000000000 --- a/.github/workflows/probot-check-group.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Probot - -on: - check_run: {} - pull_request: {} - issue_comment: {types: [created]} - -jobs: - required-jobs: - runs-on: ubuntu-latest - if: github.event_name != 'issue_comment' || contains(github.event.comment.body, '@probot pls') - timeout-minutes: 5 - steps: - - uses: carmocca/probot@v2 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}