From ccf54c312c57e6e6f3f938f1bc04154e3c7eee95 Mon Sep 17 00:00:00 2001 From: Hopium <135053852+Hopium21@users.noreply.github.com> Date: Thu, 30 Jan 2025 23:11:15 +0100 Subject: [PATCH 1/2] Update pull_request_template.md --- .github/pull_request_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index e5b24e2..b425a11 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -10,7 +10,7 @@ This pr adds user login function, includes: Example: -- 1. Use different test accounts for login tests, including correct user names and passwords, and incorrect user names and passwords. +- 1. Use different test accounts for login tests, including correct usernames and passwords, and incorrect usernames and passwords. - 2. ... ## Related Issue @@ -21,4 +21,4 @@ Example: Issue #123 ## Notes -- Example: Links and navigation need to be added to the front-end interface \ No newline at end of file +- Example: Links and navigation need to be added to the front-end interface From 19879ce077ad1d09cd6337df676c86438ed0bb72 Mon Sep 17 00:00:00 2001 From: Hopium <135053852+Hopium21@users.noreply.github.com> Date: Thu, 30 Jan 2025 23:15:22 +0100 Subject: [PATCH 2/2] Update prod-test.yml --- .github/workflows/prod-test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/prod-test.yml b/.github/workflows/prod-test.yml index bed16c8..87f8813 100644 --- a/.github/workflows/prod-test.yml +++ b/.github/workflows/prod-test.yml @@ -60,10 +60,10 @@ jobs: name: Push Slack Notification uses: storyprotocol/gha-workflows/.github/workflows/reusable-slack-notifs.yml@main with: - short-desc: "${{ github.repository }}: API Integration Tests of Prod have been completed. Check the results at https://storyprotocol.github.io/api-integration-tests/index.html" - title: "API Integration Test Results of Prod" + short-desc: "${{ github.repository }}: API Integration Tests for Prod have been completed. Check the results at https://storyprotocol.github.io/api-integration-tests/index.html" + title: "API Integration Test Results for Prod" img-url: "http://www.quickmeme.com/img/b9/b9848df257b95cd39585368475a4b4e4a3a8c774f7390226daecb79b912087ad.jpg" img-alt-text: "API Integration Test Results" secrets: channel-name: ${{ secrets.SLACK_CHANNEL_ID_API_INTEGRATION_TESTS }} - slack-bot-token: ${{ secrets.SLACK_BOT_TOKEN }} \ No newline at end of file + slack-bot-token: ${{ secrets.SLACK_BOT_TOKEN }}