We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8e4acc commit f2fe0a8Copy full SHA for f2fe0a8
.github/scripts/package.json
@@ -14,8 +14,8 @@
14
"js-yaml": "^4.1.0"
15
},
16
"devDependencies": {
17
- "@octokit/rest": "^21.0.0",
+ "@octokit/rest": "^19.0.0",
18
"mocha": "^10.0.0",
19
- "sinon": "^21.0.0"
+ "sinon": "^18.0.0"
20
}
21
.github/workflows/issues-no-repro.yaml
@@ -11,7 +11,7 @@ jobs:
11
pull-requests: write
12
steps:
13
- uses: actions/checkout@v4
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v3
with:
node-version: 18
- run: npm install
release-please-config.json
@@ -312,6 +312,7 @@
312
"src/apis/datamigration": {},
313
"src/apis/appengine": {},
314
"src/apis/dlp": {},
315
- "src/apis/apigateway": {}
+ "src/apis/apigateway": {},
316
+ "src/apis/saasservicemgmt": {}
317
318
0 commit comments