Skip to content

Commit

Permalink
add changelog check
Browse files Browse the repository at this point in the history
  • Loading branch information
mpfz0r committed Nov 30, 2023
1 parent 7da9386 commit 7540ab1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: "Changelog Check"

on:
pull_request:
types:
- "opened"
- "synchronize"
- "reopened"
- "edited"

jobs:
test:
name: "Check Changelog presence"
runs-on: "ubuntu-latest"

steps:
- uses: "Graylog2/actions/changelog-check@main"

0 comments on commit 7540ab1

Please sign in to comment.