diff --git a/.github/workflows/changelog-reminder.yml b/.github/workflows/changelog-reminder.yml new file mode 100644 index 00000000..6cb64033 --- /dev/null +++ b/.github/workflows/changelog-reminder.yml @@ -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 }} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ee29a0de..dc48a785 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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