Skip to content

Commit 1964d22

Browse files
authored
Merge pull request #29 from DamImpr/modify-write-changelog
changelog wrote only on PR opened
2 parents 493f1f7 + 470053d commit 1964d22

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/write-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Update Changelog on PR (write to PR branch)
22

33
on:
44
pull_request:
5-
types: [opened, edited, synchronize, reopened]
5+
types: [opened]
66

77
jobs:
88
update-changelog:

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@
88
- [2025-12-15] DamImpr: create different docker with different php version [#28](https://github.com/DamImpr/cache-multi-layer/pull/28)
99

1010
- [2025-12-15] DamImpr: create different docker with different php version [#28](https://github.com/DamImpr/cache-multi-layer/pull/28)
11+
12+
- [2025-12-16] DamImpr: changelog wrote only on PR opened [#29](https://github.com/DamImpr/cache-multi-layer/pull/29)

0 commit comments

Comments
 (0)