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 a2d20bb commit 6a95094Copy full SHA for 6a95094
1 file changed
.github/workflows/leave-comment.yml
@@ -65,10 +65,10 @@ jobs:
65
const match = await github.rest.pulls.list({
66
owner: context.repo.owner,
67
repo: context.repo.repo,
68
- state: "open",
+ state: 'open',
69
head: `${context.payload.workflow_run.head_repository.owner.login}:${context.payload.workflow_run.head_branch}`,
70
- sort: "updated",
71
- direction: "desc",
+ sort: 'updated',
+ direction: 'desc',
72
per_page: 1,
73
}).then(r => r.data[0]);
74
0 commit comments