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: .github/workflows/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,9 +53,9 @@ This redirects GitHub's "Merge when ready" button to the Datadog merge queue sys
53
53
54
54
_Trigger:_ When a git tag matching the pattern "vM.N.0" is pushed (e.g. for a minor release).
55
55
56
-
_Action:_ Create a release branch that corresponds to the pushed tag (e.g. "release/vM.N.x").
56
+
_Action:_ Create a release branch that corresponds to the pushed tag (e.g. "release/vM.N.x"). Then open a PR against the release branch that pins system tests.
57
57
58
-
_Recovery:_ Manually create the branch from the "vM.N.0" git tag.
58
+
_Recovery:_ Manually create the release branch from the "vM.N.0" git tag, and pin system tests to this branch by running the `./tooling/update_system_test_reference.sh` script.
0 commit comments