File tree Expand file tree Collapse file tree 3 files changed +3
-27
lines changed Expand file tree Collapse file tree 3 files changed +3
-27
lines changed Original file line number Diff line number Diff line change @@ -28,19 +28,12 @@ jobs:
28
28
app-id : ${{ secrets.PIPELINE_GITHUB_APP_ID }}
29
29
private-key : ${{ secrets.PIPELINE_GITHUB_APP_PRIVATE_KEY }}
30
30
31
- - name : Checkout merge commit
32
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
33
- with :
34
- token : ${{ steps.get_token.outputs.token }}
35
- ref : ${{ github.event.pull_request.merge_commit_sha }}
36
- fetch-depth : 1
37
-
38
- - name : Checkout base branch
31
+ - name : Checkout ${{ github.event.pull_request.base.ref }}
39
32
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
40
33
with :
41
34
token : ${{ steps.get_token.outputs.token }}
42
35
ref : ${{ github.event.pull_request.base.sha }}
43
- fetch-depth : 1
36
+ fetch-depth : 0
44
37
45
38
- name : Release packages
46
39
env :
Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
- ## 1.35.0/2025-05-28
4
-
5
- ### Fixed
6
- * add ` include ` parameter to On-Call team rules test [ #2270 ] ( https://github.com/DataDog/datadog-api-client-typescript/pull/2270 )
7
- * fix On-Call spec [ #2262 ] ( https://github.com/DataDog/datadog-api-client-typescript/pull/2262 )
8
- * Fix incorrect pattern for url [ #2223 ] ( https://github.com/DataDog/datadog-api-client-typescript/pull/2223 )
9
- * Make metadata optional for GCS destination [ #2213 ] ( https://github.com/DataDog/datadog-api-client-typescript/pull/2213 )
10
- * Remove isReadOnly default when creating dashboards [ #2212 ] ( https://github.com/DataDog/datadog-api-client-typescript/pull/2212 )
11
-
12
- ### Added
13
- * Add support for Datadog Events as a data source for rules [ #2267 ] ( https://github.com/DataDog/datadog-api-client-typescript/pull/2267 )
14
- * Add public APIs to search DORA events [ #2263 ] ( https://github.com/DataDog/datadog-api-client-typescript/pull/2263 )
15
- * Adding endpoints to manage Resource Evaluation Filters [ #2236 ] ( https://github.com/DataDog/datadog-api-client-typescript/pull/2236 )
16
- * Add Sev0 as a supported incident severity [ #2225 ] ( https://github.com/DataDog/datadog-api-client-typescript/pull/2225 )
17
- * Share timerestriction object [ #2222 ] ( https://github.com/DataDog/datadog-api-client-typescript/pull/2222 )
18
- * add On-Call Paging spec [ #2216 ] ( https://github.com/DataDog/datadog-api-client-typescript/pull/2216 )
19
-
20
3
## 1.34.1 / 2025-04-14
21
4
22
5
### Fixed
Original file line number Diff line number Diff line change 106
106
"engines" : {
107
107
"node" : " >=12.0.0"
108
108
},
109
- "version" : " 1.35 .0" ,
109
+ "version" : " 1.34.2-beta .0" ,
110
110
"packageManager" :
" [email protected] +sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
111
111
}
You can’t perform that action at this time.
0 commit comments