You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/usage/github-actions.rst
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -161,6 +161,9 @@ wrapper in ``resources/github-actions/changelog.yml``.
161
161
* Uses ``fetch-depth: 0`` so the base branch reference can be compared
162
162
safely.
163
163
* Fetches the base branch changelog reference.
164
+
* For same-repository Dependabot pull requests, creates and pushes a
165
+
minimal ``Unreleased`` changelog entry derived from the pull request
166
+
title when the branch has not added one yet.
164
167
* Runs ``composer dev-tools changelog:check -- --against=<base-ref>`` against the base ref.
165
168
* Fails when a normal non-release branch does not add a meaningful ``Unreleased`` change.
166
169
* Skips the validation job for pull requests whose head branch matches the configured ``release-branch-prefix``, because release-preparation branches intentionally leave ``Unreleased`` empty after promotion.
0 commit comments