Skip to content

Commit

Permalink
add changelog reminder
Browse files Browse the repository at this point in the history
  • Loading branch information
qrkourier committed Jun 10, 2024
1 parent 47f31ad commit e47881c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/changelog-reminder.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
on: pull_request
name: Changelog Reminder
jobs:
remind:
name: Changelog Reminder
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Changelog Reminder
uses: peterjgrainger/[email protected]
with:
changelog_regex: '/CHANGELOG\.md'
customPrMessage: 'Please update CHANGELOG.md if appropriate.'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
FIX: Correct the syntax for the Docker and Linux zrok-share "frontdoor" service that broke OAuth email address pattern matching

CHANGE: log messages that said "backend proxy endpoint" were clarified to say "backend target"
CHANGE: add changelog reminder bot

## v0.4.30

Expand Down

0 comments on commit e47881c

Please sign in to comment.