ci: bump actions/setup-node from 4.0.0 to 4.0.2 #42
Workflow file for this run
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
on: pull_request | |
name: Changelog Reminder | |
jobs: | |
remind: | |
name: Changelog Reminder | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token | |
- name: Changelog Reminder | |
uses: peterjgrainger/action-changelog-reminder@v1.3.0 | |
with: | |
changelog_regex: '/ChangeLog\/.*\/*.md' | |
customPrMessage: 'Please add your changes to the change log!' | |
env: | |
GITHUB_TOKEN: ${{ secrets.SARA_PUSH_TOKEN }} |