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
fix(updater): Trigger CI for new PRs without changelog updates (#166)
* fix(updater): Trigger CI for new PRs without changelog updates
New updater PRs can end with no branch update after creation when
changelog entries are disabled. Amend and push the created PR commit in
that case so GitHub emits a pull_request synchronize event.
Fixes: #164
Co-Authored-By: OpenAI Codex <[email protected]>
* Update CHANGELOG.md
* Update updater/action.yml
Co-authored-by: Ivan Dlugos <[email protected]>
---------
Co-authored-by: OpenAI Codex <[email protected]>
Co-authored-by: Ivan Dlugos <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@
10
10
11
11
### Fixes
12
12
13
+
- Updater - Trigger CI for new PRs without changelog updates ([#166](https://github.com/getsentry/github-workflows/pull/166))
13
14
- Updater - Select the first branch when multiple branches point at `HEAD` ([#165](https://github.com/getsentry/github-workflows/pull/165))
Copy file name to clipboardExpand all lines: updater/action.yml
+29Lines changed: 29 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -462,3 +462,32 @@ runs:
462
462
Auto-generated by a [dependency updater](https://github.com/getsentry/github-workflows/blob/main/updater/action.yml).
0 commit comments