chore: missed the async function here

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-01-20 08:34:49 +01:00
parent 673e73ea42
commit b7b44015c4
+1 -1
View File
@@ -16,7 +16,7 @@
const Codeowners = require('codeowners');
const getRepoEvents = ({ github, context, pull_number }) => {
const getRepoEvents = async ({ github, context, pull_number }) => {
const commits = await github.paginate(github.rest.pulls.listCommits, {
owner: context.repo.owner,
repo: context.repo.repo,