豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

Commit 4b84feb

Browse files
gkalpakdevversion
authored andcommitted
fix(github-actions): update generated main.js for create-pr-for-changes GitHub Action
1 parent eabfc94 commit 4b84feb

File tree

1 file changed

+1
-1
lines changed
  • github-actions/create-pr-for-changes

1 file changed

+1
-1
lines changed

github-actions/create-pr-for-changes/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24424,7 +24424,7 @@ var findOwnedForksOfRepoQuery = (0, import_typed_graphqlify.params)({
2442424424
$name: "String!"
2442524425
}, {
2442624426
repository: (0, import_typed_graphqlify.params)({ owner: "$owner", name: "$name" }, {
24427-
forks: (0, import_typed_graphqlify.params)({ affiliations: "OWNER", first: 1 }, {
24427+
forks: (0, import_typed_graphqlify.params)({ affiliations: "OWNER", first: 1, orderBy: { field: "NAME", direction: "ASC" } }, {
2442824428
nodes: [
2442924429
{
2443024430
owner: {

0 commit comments

Comments
 (0)