fix: bug: dispatcher PR lookup fails — --diff-filter=A misses merge commits (#129)
This commit is contained in:
parent
0a0fd30aa9
commit
e40ea2acf2
3 changed files with 49 additions and 39 deletions
|
|
@ -1,6 +1,9 @@
|
|||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
# Set USER before sourcing env.sh (Alpine doesn't set USER)
|
||||
export USER="${USER:-root}"
|
||||
|
||||
DISINTO_VERSION="${DISINTO_VERSION:-main}"
|
||||
DISINTO_REPO="${FORGE_URL:-http://forgejo:3000}/johba/disinto.git"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue