Skip to content

Commit 4bb43cf

Browse files
authored
Simplify XLF update workflow by removing fork check (#52613)
1 parent f36abc6 commit 4bb43cf

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/update-xlf-on-comment.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -121,11 +121,6 @@ jobs:
121121
return;
122122
}
123123
124-
if (pr.data.head.repo.full_name !== `${context.repo.owner}/${context.repo.repo}`) {
125-
core.setFailed('Pull request head branch is in a fork. Cannot update XLF files automatically.');
126-
return;
127-
}
128-
129124
core.setOutput('head_ref', pr.data.head.ref);
130125
131126
generate:

0 commit comments

Comments
 (0)