#!/bin/bash set -ex c=$d/contexts for user in cache-fork-org root; do test -f $c/$user/pull_request/forgejo-opened done