Commit b9de042
authored
Add Content-Type to the GH PR api call (#8275)
We were hitting an error caused by some recent GH changes. Based
on https://github.com/orgs/community/discussions/110246 you now
need to explicitly set Content-Type in the headers to avoid the error:
The given key 'Content-Type' was not present in the dictionary.1 parent f305fc0 commit b9de042
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments