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 c2d2830 commit 9aca0c1Copy full SHA for 9aca0c1
.github/workflows/pull-request-automation.yaml
@@ -18,12 +18,12 @@ jobs:
18
env:
19
GITHUB: ${{ toJson(github) }}
20
- name: Print context
21
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
22
with:
23
script: |-
24
console.log(context);
25
- name: Auto reviews GHCI updates
26
27
28
29
github.rest.pulls.createReview({
@@ -38,7 +38,7 @@ jobs:
38
|| github.event.pull_request.user.login == 'geo-ghci-int[bot]'
39
|| github.event.pull_request.user.login == 'geo-ghci[bot]')
40
- name: Auto reviews Renovate updates
41
42
43
44
0 commit comments