Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Sep 27, 2023. It is now read-only.
/java-talentPublic archive

Commitc2ff1dc

Browse files
chore: update auto-release script to fix breaking changes in v5 (#1350) (#725)
Source-Link:googleapis/synthtool@53a58c2Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:3c950ed12391ebaffd1ee66d0374766a1c50144ebe6a7a0042300b2e6bb5856b
1 parentbab480a commitc2ff1dc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

‎.github/.OwlBot.lock.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# limitations under the License.
1414
docker:
1515
image:gcr.io/cloud-devrel-public-resources/owlbot-java:latest
16-
digest:sha256:ebc2104854c5b81c6fd72ca79400a2e20e0d510c5e0654fd1a19e5c9be160ca6
16+
digest:sha256:3c950ed12391ebaffd1ee66d0374766a1c50144ebe6a7a0042300b2e6bb5856b

‎.github/workflows/auto-release.yaml‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
}
3838
3939
// only approve PRs with pom.xml and versions.txt changes
40-
const filesPromise = github.pulls.listFiles.endpoint({
40+
const filesPromise = github.rest.pulls.listFiles.endpoint({
4141
owner: context.repo.owner,
4242
repo: context.repo.repo,
4343
pull_number: context.payload.pull_request.number,
@@ -69,7 +69,7 @@ jobs:
6969
return;
7070
}
7171
72-
const promise = github.pulls.list.endpoint({
72+
const promise = github.rest.pulls.list.endpoint({
7373
owner: context.repo.owner,
7474
repo: context.repo.repo,
7575
state: 'open'
@@ -86,7 +86,7 @@ jobs:
8686
}
8787
8888
// approve release PR
89-
await github.pulls.createReview({
89+
await github.rest.pulls.createReview({
9090
owner: context.repo.owner,
9191
repo: context.repo.repo,
9292
body: 'Rubber stamped release!',
@@ -95,7 +95,7 @@ jobs:
9595
});
9696
9797
// attach kokoro:force-run and automerge labels
98-
await github.issues.addLabels({
98+
await github.rest.issues.addLabels({
9999
owner: context.repo.owner,
100100
repo: context.repo.repo,
101101
issue_number: context.payload.pull_request.number,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp