Skip to content

Commit

Permalink
Add CHANGELOG Workflow (#4908)
Browse files Browse the repository at this point in the history
* Add changelog reminder

* Change label name

* Change label name

* Add changelog

* Update CHANGELOG.md

---------

Co-authored-by: Roman <[email protected]>
  • Loading branch information
mattverse and p0mvn authored Apr 15, 2023
1 parent 0b06420 commit 97c9be1
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/changelog-entry-reminder.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Changelog Reminder
on:
pull_request:
types: [assigned, opened, synchronize, reopened, labeled, unlabeled]
branches:
- main
jobs:
build:
name: Check Actions
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Changelog check
uses: Zomzog/[email protected]
with:
fileName: CHANGELOG.md
noChangelogLabel: no-changelog
checkNotification: Simple
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 97c9be1

Please sign in to comment.