This commit is contained in:
rejas
2021-01-01 22:47:28 +01:00
committed by veeck
parent 5bc2c207db
commit 5a3d3b76a7
3 changed files with 7 additions and 7 deletions

View File

@@ -1,3 +1,5 @@
# This workflow enforces the update of a changelog file on every pull request
name: "Enforce Changelog"
on:
@@ -5,7 +7,6 @@ on:
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]
jobs:
# Enforces the update of a changelog file on every pull request
check:
runs-on: ubuntu-latest
steps: