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 }}