We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 813f6ec commit b8fe364Copy full SHA for b8fe364
.github/workflows/welcome.yml
@@ -91,7 +91,7 @@ jobs:
91
result-encoding: string
92
script: |
93
const diff_url = context.payload.pull_request.diff_url
94
- const result = await github.rest.request(diff_url)
+ const result = await github.request(diff_url)
95
const match = [...result.data.matchAll(/^\+['"]@primer\/css['"]:\s(patch|minor|major)/m)]
96
if (match && match[0]) {
97
return match[0][1]
0 commit comments