Skip to content

Commit 9b7ab84

Browse files
authored
Merge pull request #15 from aceppaluni/test
feat: Add Workflows
2 parents 4a5cbba + 3084872 commit 9b7ab84

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/on-pr-update.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,5 @@ jobs:
3838
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
3939
with:
4040
script: |
41-
// Script is ESM, so require() returns the namespace; unwrap the default export.
4241
const { default: script } = require('./.github/scripts/bot-on-pr-update.js');
4342
await script({ github, context });

.github/workflows/on-pr.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,5 @@ jobs:
4040
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
4141
with:
4242
script: |
43-
// Script is ESM, so require() returns the namespace; unwrap the default export.
4443
const { default: script } = require('./.github/scripts/bot-on-pr-open.js');
4544
await script({ github, context });

0 commit comments

Comments
 (0)