summaryrefslogtreecommitdiff
path: root/.github/workflows/changelog.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/changelog.yml')
-rw-r--r--.github/workflows/changelog.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml
new file mode 100644
index 0000000..ae4ac99
--- /dev/null
+++ b/.github/workflows/changelog.yml
@@ -0,0 +1,20 @@
+name: Check changelog
+
+on:
+ pull_request:
+ branches:
+ - master
+ types:
+ - labeled
+ - opened
+ - reopened
+ - synchronize
+ - unlabeled
+
+jobs:
+ check-changelog:
+ name: Check changelog
+ runs-on: ubuntu-latest
+ steps:
+ - name: Check changelog
+ uses: tarides/changelog-check-action@v1