feat: create issue w no mentions
This commit is contained in:
parent
d20026c680
commit
fa79c34b21
1 changed files with 10 additions and 1 deletions
|
@ -138,6 +138,14 @@ init_users_repo() {
|
||||||
$FORGEJO_USER1_SUPPORT_REPO \
|
$FORGEJO_USER1_SUPPORT_REPO \
|
||||||
"mention issue @$FORGEJO_USER1_USERNAME" "mention issue @$FORGEJO_USER1_USERNAME"
|
"mention issue @$FORGEJO_USER1_USERNAME" "mention issue @$FORGEJO_USER1_USERNAME"
|
||||||
|
|
||||||
|
python -m integration \
|
||||||
|
forgejo create_issue \
|
||||||
|
$FORGEJO_TESTUSER_USERNAME $FORGEJO_TESTUSER_PASSWORD \
|
||||||
|
$FORGEJO_USER1_EMAIL \
|
||||||
|
$FORGEJO_URL \
|
||||||
|
$FORGEJO_USER1_USERNAME \
|
||||||
|
$FORGEJO_USER1_SUPPORT_REPO \
|
||||||
|
"normal issue title and normal body" "normal body"
|
||||||
|
|
||||||
python -m integration \
|
python -m integration \
|
||||||
forgejo create_access_token \
|
forgejo create_access_token \
|
||||||
|
@ -145,7 +153,8 @@ init_users_repo() {
|
||||||
$FORGEJO_USER1_EMAIL \
|
$FORGEJO_USER1_EMAIL \
|
||||||
$FORGEJO_URL \
|
$FORGEJO_URL \
|
||||||
$FORGEJO_USER1_ACCESS_TOKEN_NAME \
|
$FORGEJO_USER1_ACCESS_TOKEN_NAME \
|
||||||
$FORGEJO_USER1_ACCESS_TOKEN_FILE_PATH
|
$FORGEJO_USER1_ACCESS_TOKEN_FILE_PATH \
|
||||||
|
$FORGEJO_USER1_SUPPORT_REPO
|
||||||
}
|
}
|
||||||
|
|
||||||
setup_env() {
|
setup_env() {
|
||||||
|
|
Loading…
Reference in a new issue