mirror of
https://github.com/openziti/zrok.git
synced 2025-01-05 05:30:16 +01:00
add changelog reminder
This commit is contained in:
parent
47f31ade03
commit
6179ca58b2
17
.github/workflows/changelog-reminder.yml
vendored
Normal file
17
.github/workflows/changelog-reminder.yml
vendored
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
on: pull_request
|
||||||
|
name: Changelog Reminder
|
||||||
|
permissions:
|
||||||
|
pull-requests: write
|
||||||
|
jobs:
|
||||||
|
remind:
|
||||||
|
name: Changelog Reminder
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@master
|
||||||
|
- name: Changelog Reminder
|
||||||
|
uses: netfoundry/action-changelog-reminder@main
|
||||||
|
with:
|
||||||
|
changelog_regex: CHANGELOG\.md
|
||||||
|
customPrMessage: Did you forget to update CHANGELOG.md?
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
@ -5,6 +5,7 @@
|
|||||||
FIX: Correct the syntax for the Docker and Linux zrok-share "frontdoor" service that broke OAuth email address pattern matching
|
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: log messages that said "backend proxy endpoint" were clarified to say "backend target"
|
||||||
|
CHANGE: add changelog reminder bot
|
||||||
|
|
||||||
## v0.4.30
|
## v0.4.30
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user