Skip to content

Commit 6a95094

Browse files
authored
lint
Signed-off-by: Aviv Keller <me@aviv.sh>
1 parent a2d20bb commit 6a95094

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/leave-comment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ jobs:
6565
const match = await github.rest.pulls.list({
6666
owner: context.repo.owner,
6767
repo: context.repo.repo,
68-
state: "open",
68+
state: 'open',
6969
head: `${context.payload.workflow_run.head_repository.owner.login}:${context.payload.workflow_run.head_branch}`,
70-
sort: "updated",
71-
direction: "desc",
70+
sort: 'updated',
71+
direction: 'desc',
7272
per_page: 1,
7373
}).then(r => r.data[0]);
7474

0 commit comments

Comments
 (0)