2 parents 4a5cbba + 3084872 commit 9b7ab84Copy full SHA for 9b7ab84
2 files changed
.github/workflows/on-pr-update.yml
@@ -38,6 +38,5 @@ jobs:
38
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
39
with:
40
script: |
41
- // Script is ESM, so require() returns the namespace; unwrap the default export.
42
const { default: script } = require('./.github/scripts/bot-on-pr-update.js');
43
await script({ github, context });
.github/workflows/on-pr.yml
@@ -40,6 +40,5 @@ jobs:
44
const { default: script } = require('./.github/scripts/bot-on-pr-open.js');
45
0 commit comments