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 e34e0e2 commit bd750cfCopy full SHA for bd750cf
.github/workflows/pull-request-automation.yaml
@@ -19,12 +19,12 @@ jobs:
19
env:
20
GITHUB: ${{ toJson(github) }}
21
- name: Print context
22
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
23
with:
24
script: |-
25
console.log(context);
26
- name: Auto reviews GHCI updates
27
28
if: |-
29
startsWith(github.head_ref, 'ghci/audit/')
30
&& (github.event.pull_request.user.login == 'geo-ghci-test[bot]'
@@ -39,7 +39,7 @@ jobs:
39
event: 'APPROVE',
40
})
41
- name: Auto reviews Renovate updates
42
43
44
github.event.pull_request.user.login == 'renovate[bot]'
45
0 commit comments