@@ -36,6 +36,14 @@ _Action:_ Check the pull request did not introduce unexpected label.
3636
3737_ Recovery:_ Update the pull request or add a comment to trigger the action again.
3838
39+ ### create-release-branch [ π] ( create-release-branch.yaml )
40+
41+ _ Trigger:_ When a git tag matching the pattern "vM.N.0" is pushed (e.g. for a minor release).
42+
43+ _ Action:_ Create a release branch that corresponds to the pushed tag (e.g. "release/vM.N.x").
44+
45+ _ Recovery:_ Manually create the branch from the "vM.N.0" git tag.
46+
3947### draft-release-notes-on-tag [ π] ( draft-release-notes-on-tag.yaml )
4048
4149_ Trigger:_ When creating a tag, or manually (providing a tag)
@@ -61,6 +69,15 @@ _Recovery:_ Manually [close the related milestone and create a new one](https://
6169
6270_ Notes:_ This action will not apply to release candidate versions using ` -RC ` tags.
6371
72+ ### prune-old-pull-requests [ π] ( prune-old-pull-requests.yaml )
73+
74+ _ Trigger:_ Every month or manually.
75+
76+ _ Action:_ Mark as stale and comment on pull requests with no update during the last quarter.
77+ Close them if no following update within a week.
78+
79+ _ Recovery:_ Manually trigger the action again.
80+
6481### update-docker-build-image [ π] ( update-docker-build-image.yaml )
6582
6683_ Trigger:_ Quarterly released, loosely [ a day after the new image tag is created] ( https://github.com/DataDog/dd-trace-java-docker-build/blob/master/.github/workflows/docker-tag.yml ) .
@@ -93,16 +110,6 @@ _Action:_
93110
94111_ Recovery:_ Check at the milestone for the related issues and update them manually.
95112
96-
97- ### prune-old-pull-requests [ π] ( prune-old-pull-requests.yaml )
98-
99- _ Trigger:_ Every month or manually.
100-
101- _ Action:_ Mark as stale and comment on pull requests with no update during the last quarter.
102- Close them if no following update within a week.
103-
104- _ Recovery:_ Manually trigger the action again.
105-
106113## Code Quality and Security
107114
108115### analyze-changes [ π] ( analyze-changes.yaml )
@@ -122,14 +129,6 @@ _Trigger:_ When creating a PR commits to `master` or a `release/*` branch with a
122129
123130_ Action:_ Notify the PR author through comments that about the Git Submodule update.
124131
125- ### update-gradle-dependencies [ π] ( update-gradle-dependencies.yaml )
126-
127- _ Trigger:_ Every week or manually.
128-
129- _ Action:_ Create a PR updating the Grade dependencies and their locking files.
130-
131- _ Recovery:_ Manually trigger the action again.
132-
133132### run-system-tests [ π] ( run-system-tests.yaml )
134133
135134_ Trigger:_ When pushing commits to ` master ` or manually.
@@ -138,6 +137,14 @@ _Action:_ Build the Java Client Library and runs [the system tests](https://gith
138137
139138_ Recovery:_ Manually trigger the action on the desired branch.
140139
140+ ### update-gradle-dependencies [ π] ( update-gradle-dependencies.yaml )
141+
142+ _ Trigger:_ Every week or manually.
143+
144+ _ Action:_ Create a PR updating the Grade dependencies and their locking files.
145+
146+ _ Recovery:_ Manually trigger the action again.
147+
141148### update-jmxfetch-submodule [ π] ( update-jmxfetch-submodule.yaml )
142149
143150_ Trigger:_ Monthly or manually
0 commit comments