feat: create issue w no mentions

This commit is contained in:
Aravinth Manivannan 2023-09-18 20:27:36 +05:30
parent d20026c680
commit fa79c34b21
Signed by: realaravinth
GPG Key ID: F8F50389936984FF
1 changed files with 10 additions and 1 deletions

View File

@ -138,6 +138,14 @@ init_users_repo() {
$FORGEJO_USER1_SUPPORT_REPO \
"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 \
forgejo create_access_token \
@ -145,7 +153,8 @@ init_users_repo() {
$FORGEJO_USER1_EMAIL \
$FORGEJO_URL \
$FORGEJO_USER1_ACCESS_TOKEN_NAME \
$FORGEJO_USER1_ACCESS_TOKEN_FILE_PATH
$FORGEJO_USER1_ACCESS_TOKEN_FILE_PATH \
$FORGEJO_USER1_SUPPORT_REPO
}
setup_env() {