We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 854ad7a commit a9ddffdCopy full SHA for a9ddffd
.github/workflows/cookbook_pr_trigger.yaml
@@ -32,11 +32,11 @@ jobs:
32
{
33
owner: owner,
34
repo: repo,
35
- username: comment.user.login
+ username: comment.user.login,
36
+ headers: {
37
+ 'X-GitHub-Api-Version': '2022-11-28'
38
+ }
39
},
- headers: {
- 'X-GitHub-Api-Version': '2022-11-28'
- }
40
)
41
42
const commenter_can_push = commenter.data.user.permissions.push
@@ -63,11 +63,11 @@ jobs:
63
64
workflow_id: 'cookbook_preproc.yaml',
65
ref: ref,
66
- inputs: {pr_number: pr_number.toString()}
+ inputs: {pr_number: pr_number.toString()},
67
68
69
70
71
72
73
console.log(dispatch)
0 commit comments