Fix MADDecode off-by-one (#3346): mad[] sized for 39 entries but 40 written when MAD2 present #2622
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
| on: pull_request_target | |
| name: Changelog Reminder | |
| jobs: | |
| remind: | |
| if: github.repository_owner == 'RfidResearchGroup' | |
| name: Changelog Reminder | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@master | |
| - name: Changelog Reminder | |
| uses: peterjgrainger/action-changelog-reminder@v1.2.0 | |
| with: | |
| changelog_regex: 'CHANGELOG.md' | |
| customPrMessage: 'You are welcome to add an entry to the CHANGELOG.md as well' | |
| env: | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |