Skip to content

Commit 2b06ae0

Browse files
committed
Prevent changelog action to run og edit events
1 parent 537a48a commit 2b06ae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
types: [published]
99

1010
issues:
11-
types: [closed, edited]
11+
types: [closed]
1212

1313
jobs:
1414
generate_changelog:

0 commit comments

Comments
 (0)