diff --git a/.github/workflows/pizza.yml b/.github/workflows/pizza.yml deleted file mode 100644 index 9cce72de74..0000000000 --- a/.github/workflows/pizza.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: OpenSauced Pizza Action - -on: - schedule: - # Run once a week on Sunday at 00:00 UTC - - cron: "0 0 * * 0" - workflow_dispatch: # Allow manual triggering - -jobs: - pizza-action: - runs-on: ubuntu-latest - steps: - - name: Pizza Action - uses: open-sauced/pizza-action@v2.4.0 - with: - cli-version: "v2.2.0" - commit-and-pr: "true" - pr-title: "chore: update repository codeowners"