mirror of
https://code.forgejo.org/actions/cascading-pr.git
synced 2025-06-30 13:53:43 +00:00
close-merge input
Fixes: https://code.forgejo.org/actions/cascading-pr/issues/7
This commit is contained in:
parent
f8a65b3d9f
commit
5caaedbc52
7 changed files with 80 additions and 9 deletions
12
tests/originrepo-close-merge/upgraded
Executable file
12
tests/originrepo-close-merge/upgraded
Executable file
|
@ -0,0 +1,12 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -ex
|
||||
|
||||
destination_checkout="$1"
|
||||
destination_pr_json="$2"
|
||||
origin_pr_json="$3"
|
||||
|
||||
test -d $destination_checkout
|
||||
test -f $origin_pr_json
|
||||
|
||||
date +%s > $destination_checkout/last
|
Loading…
Add table
Add a link
Reference in a new issue