Skip to content

Commit b8fe364

Browse files
committed
This is still request
1 parent 813f6ec commit b8fe364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/welcome.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
result-encoding: string
9292
script: |
9393
const diff_url = context.payload.pull_request.diff_url
94-
const result = await github.rest.request(diff_url)
94+
const result = await github.request(diff_url)
9595
const match = [...result.data.matchAll(/^\+['"]@primer\/css['"]:\s(patch|minor|major)/m)]
9696
if (match && match[0]) {
9797
return match[0][1]

0 commit comments

Comments
 (0)