upsert_branch && upsert_pr

This commit is contained in:
Earl Warren 2023-10-12 19:13:07 +02:00
parent 71281446ea
commit ec542726c8
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
6 changed files with 72 additions and 6 deletions

View file

@ -14,6 +14,9 @@ inputs:
origin-token:
description: 'a token with write permission on origin-repo'
required: true
origin-pr:
description: 'number of the PR in {orign-repo}'
required: true
destination-url:
description: 'URL of the Forgejo instance where the cascading PR is created or updated (e.g. https://code.forgejo.org)'
required: true
@ -56,6 +59,7 @@ runs:
--origin-url "${{ inputs.origin-url }}" \
--origin-repo "${{ inputs.origin-repo }}" \
--origin-token "${{ inputs.origin-token }}" \
--origin-pr "${{ inputs.origin-pr }}" \
--destination-url "${{ inputs.destination-url }}" \
--destination-repo "${{ inputs.destination-repo }}" \
--destination-token "${{ inputs.destination-token }}" \