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: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
### Breaking Changes
6
6
7
-
- Updater: The default value for `pr-strategy` has been changed from `create` to `update`.
7
+
- Updater: The default value for `pr-strategy` has been changed from `create` to `update`. ([#124](https://github.com/getsentry/github-workflows/pull/124))
8
8
This change means the updater will now maintain a single PR that gets updated with new dependency versions (instead of creating separate PRs for each version).
9
9
If you want to preserve the previous behavior of creating separate PRs, explicitly set `pr-strategy: create` in your workflow:
0 commit comments