Correct the docs on when constructing a Digest can fail #83
Workflow file for this run
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: Release Notes Reminder | |
| on: | |
| pull_request_target: | |
| types: | |
| - labeled | |
| permissions: | |
| packages: read | |
| pull-requests: write | |
| jobs: | |
| release-note-reminder: | |
| runs-on: ubuntu-latest | |
| name: Prompt to add release notes | |
| steps: | |
| - name: Prompt to add release notes | |
| uses: docker://ghcr.io/ponylang/release-notes-reminder-bot-action:0.1.2 | |
| env: | |
| API_CREDENTIALS: ${{ secrets.PONYLANG_MAIN_API_TOKEN }} | |