diff --git a/.github/workflows/pyrobench.yaml b/.github/workflows/pyrobench.yaml deleted file mode 100644 index 838327b487..0000000000 --- a/.github/workflows/pyrobench.yaml +++ /dev/null @@ -1,16 +0,0 @@ -on: issue_comment - -jobs: - pyrobench: - name: Run Pyrobench on demand by PR comment - if: ${{ (github.event.issue.pull_request) && contains(github.event.comment.body, '@pyrobench') }} - runs-on: ubuntu-latest - steps: - - uses: actions/setup-go@v5 - with: - go-version: '1.22' - - name: Pyrobench - uses: grafana/pyrobench@main - with: - github_context: ${{ toJson(github) }} - github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/og/.github/workflows/auto-label.yml b/og/.github/workflows/auto-label.yml deleted file mode 100644 index 0a948c2e3f..0000000000 --- a/og/.github/workflows/auto-label.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Auto Label -on: - pull_request_target: - types: [opened, synchronize] - -jobs: - auto-label: - name: Auto Label - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - with: - ref: ${{github.event.pull_request.head.ref}} - repository: ${{github.event.pull_request.head.repo.full_name}} - - uses: banyan/auto-label@1.2 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}