diff --git a/.github/workflows/pizza.yml b/.github/workflows/pizza.yml new file mode 100644 index 0000000..d4661f2 --- /dev/null +++ b/.github/workflows/pizza.yml @@ -0,0 +1,16 @@ +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.0.0 + with: + commit-and-pr: "true"