chore(deps-dev): bump eslint-plugin-jsdoc from 52.0.4 to 61.1.12 #518
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] | |
| name: Changelog Reminder | |
| jobs: | |
| remind: | |
| name: Changelog Reminder | |
| runs-on: ubuntu-latest | |
| permissions: | |
| issues: write # to create comment | |
| steps: | |
| - uses: actions/checkout@master | |
| - name: Changelog Reminder | |
| uses: peterjgrainger/[email protected] | |
| with: | |
| changelog_regex: 'CHANGELOG\.md' | |
| customPrMessage: 'Thanks for opening this pull request! Each pull request require an update in the CHANGELOG. Please update it based on your changes.' | |
| env: | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |