Skip to content

Commit

Permalink
Added changelog check
Browse files Browse the repository at this point in the history
  • Loading branch information
siimon authored and zbjornson committed May 17, 2020
1 parent 175fbee commit d3b1ac0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
on: [push, 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: 'Thanks for opening this Pull request! Each pull requests require an update in the CHANGELOG. Please update it based on your changes.'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d3b1ac0

Please sign in to comment.