From fa79c34b210ad7505c1ffc32d19dcda7d60023f8 Mon Sep 17 00:00:00 2001 From: Aravinth Manivannan Date: Mon, 18 Sep 2023 20:27:36 +0530 Subject: [PATCH] feat: create issue w no mentions --- integration/lib.sh | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/integration/lib.sh b/integration/lib.sh index c357da8..7baf421 100755 --- a/integration/lib.sh +++ b/integration/lib.sh @@ -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() {