Reviewed-on: https://code.forgejo.org/forgejo/end-to-end/pulls/1062 Reviewed-by: Michael Kriese <michael.kriese@gmx.de> Reviewed-by: Mathieu Fenniak <mfenniak@noreply.code.forgejo.org> Co-authored-by: Earl Warren <contact@earl-warren.org> Co-committed-by: Earl Warren <contact@earl-warren.org>
9 lines
127 B
Bash
Executable file
9 lines
127 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -ex
|
|
|
|
c=$d/contexts
|
|
|
|
for user in cache-fork-org root; do
|
|
test -f $c/$user/pull_request/forgejo-closed
|
|
done
|