We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e3ce08 commit 800de50Copy full SHA for 800de50
1 file changed
.github/workflows/generate_json_pr.yaml
@@ -22,7 +22,7 @@ jobs:
22
run: ./tools/tojson.sh
23
24
- name: Create pull request for changes
25
- uses: googleapis/code-suggester@v4
+ uses: googleapis/code-suggester@v5
26
env:
27
ACCESS_TOKEN: ${{ secrets.YOSHI_CODE_BOT_TOKEN }} # manually created and added as repo secret
28
with:
0 commit comments