Skip to content

Commit

Permalink
Merge pull request #402 from jorisv/topic/fix_check_changelog
Browse files Browse the repository at this point in the history
Fix check-changelog
  • Loading branch information
jcarpent authored Nov 16, 2023
2 parents 987f2af + 41383bf commit bb3a42b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
name: Check-changelog
on:
pull_request:
types: [assigned, opened, synchronize, reopened, labeled, unlabeled]
branches:
- devel
jobs:
check-changelog:
name: Check changelog action
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: tarides/changelog-check-action@v2
with:
Expand Down

0 comments on commit bb3a42b

Please sign in to comment.