Fix notes toggle sticking on: normalize persisted values and reset defaults #30
This file contains hidden or 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: spit-the-diff | |
| on: | |
| pull_request: | |
| types: [opened, synchronize, reopened, labeled] | |
| jobs: | |
| spit-the-diff: | |
| runs-on: ubuntu-latest | |
| permissions: | |
| pull-requests: write | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Generate PR summary | |
| uses: ssfinney/spit-the-diff@1.1.2 | |
| with: | |
| format: haiku | |
| openai_api_key: ${{ secrets.OPENAI_API_KEY }} |