Skip to content

Commit 9fc3787

Browse files
authored
[actions] Make the backport bot use origin as the repo instead of a fork. (#21060)
Because we can't currently build PRs from forks.
1 parent bb965c1 commit 9fc3787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/backport-trigger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
target_branch: ${{ needs.setupBackport.outputs.target_branch }}
4646
comment_author: ${{ github.actor }}
4747
github_repository: ${{ github.repository }}
48-
use_fork: true
48+
use_fork: false
4949
secrets:
5050
azure_tenant_id: ${{ secrets.BACKPORT_AZURE_TENANT_ID }}
5151
azure_subscription_id: ${{ secrets.BACKPORT_AZURE_SUBSCRIPTION_ID }}

0 commit comments

Comments
 (0)