Skip to content

Commit 1b799b9

Browse files
authored
Update pr-first-response.yml
1 parent 9d51204 commit 1b799b9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/pr-first-response.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,10 @@ jobs:
1111
issues: write
1212
pull-requests: write
1313
steps:
14-
- name: Install dependencies
15-
run: |
16-
npm install node-fetch@2
1714
- name: Fetch random comment 🗣️ and add it to the PR
1815
uses: actions/github-script@v6
1916
with:
2017
script: |
21-
const fetch = require('node-fetch')
22-
2318
const response = await fetch('https://collaboratorsv2.euwest01.umbraco.io/umbraco/api/comments/PostComment', {
2419
method: 'post',
2520
body: JSON.stringify({

0 commit comments

Comments
 (0)