File tree Expand file tree Collapse file tree 2 files changed +28
-2
lines changed Expand file tree Collapse file tree 2 files changed +28
-2
lines changed Original file line number Diff line number Diff line change
1
+ on :
2
+ pull_request_target :
3
+ types : [opened, synchronize]
4
+ branches :
5
+ - master
6
+ name : format
7
+ jobs :
8
+ format-code :
9
+ runs-on : ubuntu-latest
10
+ env :
11
+ ACCESS_TOKEN : ${{ secrets.YOSHI_CODE_BOT_TOKEN }}
12
+ steps :
13
+ - uses : actions/checkout@v2
14
+ with :
15
+ ref : ${{github.event.pull_request.head.ref}}
16
+ repository : ${{github.event.pull_request.head.repo.full_name}}
17
+ - uses : actions/setup-java@v1
18
+ with :
19
+ java-version : 11
20
+ - run : " mvn com.coveo:fmt-maven-plugin:format"
21
+ - uses : googleapis/code-suggester@v1.8.0
22
+ with :
23
+ command : review
24
+ pull_number : ${{ github.event.pull_request.number }}
25
+ git_dir : ' .'
Original file line number Diff line number Diff line change 4
4
"git": {
5
5
"name": ".",
6
6
"remote": "https://github.com/googleapis/google-http-java-client.git",
7
- "sha": "fe73acdd345ae3a2d7f214bec0058a6c0a122a7d "
7
+ "sha": "0c1d58b14a2b38cb2bce8d17c4b547261ab17739 "
8
8
}
9
9
},
10
10
{
11
11
"git": {
12
12
"name": "synthtool",
13
13
"remote": "https://github.com/googleapis/synthtool.git",
14
- "sha": "0762e8ee2ec21cdfc4d82020b985a104feb0453b "
14
+ "sha": "b65ef07d99946d23e900ef2cc490274a16edd336 "
15
15
}
16
16
}
17
17
],
26
26
".github/trusted-contribution.yml",
27
27
".github/workflows/auto-release.yaml",
28
28
".github/workflows/ci.yaml",
29
+ ".github/workflows/formatting.yaml",
29
30
".github/workflows/samples.yaml",
30
31
".kokoro/build.bat",
31
32
".kokoro/build.sh",
You can’t perform that action at this time.
0 commit comments