Contributor tools searches from all PRs (#42630)

This commit is contained in:
Niraj Nandish
2021-06-30 13:51:31 +04:00
committed by GitHub
parent 718634a9f6
commit 6b0040b3d1

View File

@ -1,7 +1,7 @@
const { Octokit } = require('@octokit/rest');
const {
github: { owner, secret, freeCodeCampRepo, defaultBase }
github: { owner, secret, freeCodeCampRepo }
} = require('../../../lib/config');
const getPRs = async () => {
@ -11,7 +11,6 @@ const getPRs = async () => {
const methodProps = {
owner,
repo: freeCodeCampRepo,
base: defaultBase,
state: 'open',
sort: 'created',
direction: 'asc',