Add support for server heartbeats #12
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
name: Changelog Reminder | |
on: pull_request | |
permissions: | |
pull-requests: write | |
jobs: | |
remind: | |
name: Changelog Reminder | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Changelog Reminder | |
uses: mskelton/changelog-reminder-action@v3 | |
with: | |
message: "@${{ github.actor }} We couldn't find any modification to the CHANGELOG.md file. If your changes are not suitable for the changelog, that's fine. Otherwise please add them to the changelog!" |