Skip to content

ci: bump actions/cache from 3.3.2 to 3.3.3 #39

ci: bump actions/cache from 3.3.2 to 3.3.3

ci: bump actions/cache from 3.3.2 to 3.3.3 #39

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/[email protected]
with:
changelog_regex: '/ChangeLog\/.*\/*.md'
customPrMessage: 'Please add your changes to the change log!'
env:
GITHUB_TOKEN: ${{ secrets.SARA_PUSH_TOKEN }}