OpenSauced Pizza Action #11
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/[email protected] | |
with: | |
cli-version: 'v2.2.0' | |
commit-and-pr: 'true' | |
pr-title: 'chore: update repository codeowners' |