mirror of
https://github.com/actions/labeler
synced 2026-05-07 12:11:03 +02:00
Update naming
This commit is contained in:
@@ -3,7 +3,7 @@ import * as github from '@actions/github';
|
||||
import {getChangedFiles} from './get-changed-files';
|
||||
import {ClientType} from './types';
|
||||
|
||||
export async function* getChangedPullRequests(
|
||||
export async function* getPullRequests(
|
||||
client: ClientType,
|
||||
prNumbers: number[]
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user