actions: add automerge example

This commit is contained in:
Earl Warren 2024-05-27 16:57:05 +02:00
parent c6cd39b074
commit f9e20e7770
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
7 changed files with 202 additions and 2 deletions

View file

@ -4,6 +4,8 @@
LIB_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
source $LIB_DIR/api.sh
if ${VERBOSE:-false} ; then
set -ex
PS4='${BASH_SOURCE[0]}:$LINENO: ${FUNCNAME[0]}: '