chore: missed the async function here
Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user