Skip to content

Commit bb3a42b

Browse files
authored
Merge pull request #402 from jorisv/topic/fix_check_changelog
Fix check-changelog
2 parents 987f2af + 41383bf commit bb3a42b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/check-changelog.md renamed to .github/workflows/check-changelog.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
name: Check-changelog
22
on:
33
pull_request:
4-
types: [assigned, opened, synchronize, reopened, labeled, unlabeled]
54
branches:
65
- devel
76
jobs:
87
check-changelog:
98
name: Check changelog action
10-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-latest
1110
steps:
1211
- uses: tarides/changelog-check-action@v2
1312
with:

0 commit comments

Comments
 (0)