Skip to content

Commit e739361

Browse files
Merge #530
530: Change changelog check trigger and bump checker version r=Emilgardis a=therealprof Co-authored-by: Daniel Egger <daniel@eggers-club.de>
2 parents 2b590ea + 3c22571 commit e739361

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/changelog.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
on:
2-
pull_request:
2+
pull_request_target:
33

44
name: Changelog check
55

@@ -12,7 +12,7 @@ jobs:
1212
uses: actions/checkout@v2
1313

1414
- name: Changelog updated
15-
uses: Zomzog/changelog-checker@v1.1.0
15+
uses: Zomzog/changelog-checker@v1.2.0
1616
with:
1717
fileName: CHANGELOG.md
1818
env:

0 commit comments

Comments
 (0)