mirror of
https://code.forgejo.org/actions/setup-forgejo.git
synced 2024-11-27 08:40:57 -05:00
open the cascade PR in a forked repository
This commit is contained in:
parent
f1d828841c
commit
e306c53760
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ jobs:
|
||||||
origin-pr: ${{ github.event.pull_request.number }}
|
origin-pr: ${{ github.event.pull_request.number }}
|
||||||
destination-url: ${{ env.GITHUB_SERVER_URL }}
|
destination-url: ${{ env.GITHUB_SERVER_URL }}
|
||||||
destination-repo: forgejo/end-to-end
|
destination-repo: forgejo/end-to-end
|
||||||
|
destination-fork-repo: end-to-end/end-to-end
|
||||||
destination-branch: main
|
destination-branch: main
|
||||||
destination-token: ${{ secrets.END_TO_END_CASCADING_PR_DESTINATION }}
|
destination-token: ${{ secrets.END_TO_END_CASCADING_PR_DESTINATION }}
|
||||||
close-merge: true
|
close-merge: true
|
||||||
|
|
Loading…
Reference in a new issue