Skip to content

Commit 3c22571

Browse files
authored
Change changelog check trigger and bump checker version
1 parent 4397640 commit 3c22571

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)