This is an automated email from the ASF dual-hosted git repository. warren pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
commit 5d57ed678e7252190558408fbe23d9f82a54d97f Author: Mr.An <[email protected]> AuthorDate: Sat Jun 18 17:03:05 2022 +0800 remove gitee unused configuration information --- .env.example | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.env.example b/.env.example index c5254985..b8343150 100644 --- a/.env.example +++ b/.env.example @@ -55,22 +55,6 @@ GITEE_ENDPOINT="https://gitee.com/api/v5/" GITEE_AUTH= GITEE_PROXY= GITEE_API_REQUESTS_PER_HOUR= -# GITEE_PR_TYPE=type/(.*)$ the program will extract the value in (), in this example, you will get "refactor" from "type/refactor" -GITEE_PR_TYPE="type/(.*)$" -# GITEE_PR_COMPONENT=component/(.*)$ the program will extract the value in (), in this example, you will get "plugins" from "component/plugins" -GITEE_PR_COMPONENT="component/(.*)$" -# GITEE_ISSUE_SEVERITY=severity/(.*)$ the program will extract the value in (), in this example, you will get "refactor" from "type/refactor" -GITEE_ISSUE_SEVERITY="severity/(.*)$" -# GITEE_ISSUE_COMPONENT=component/(.*)$ the program will extract the value in (), in this example, you will get "refactor" from "type/refactor" -GITEE_ISSUE_COMPONENT="component/(.*)$" -GITEE_ISSUE_PRIORITY="^(highest|high|medium|low)$" -GITEE_ISSUE_TYPE_BUG="^(bug|failure|error)$" -GITEE_ISSUE_TYPE_REQUIREMENT="^(feat|feature|proposal|requirement)$" -GITEE_ISSUE_TYPE_INCIDENT="" -# GITEE_PR_BODY_CLOSE_PATTERN='(?mi)(fix|close|resolve|fixes|closes|resolves|fixed|closed|resolved)[\s]*.*(((and )?(#|https:\/\/github.com\/%s\/%s\/issues\/)\d+[ ]*)+)' -GITEE_PR_BODY_CLOSE_PATTERN="(?mi)(fix|close|resolve|fixes|closes|resolves|fixed|closed|resolved)[\\s]*.*(((and )?(#|https:\\/\\/github.com\\/%s\\/%s\\/issues\\/)\\d+[ ]*)+)" -# GITEE_PR_TITLE_PATTERN='.*\(#(\d+)\)' -GITEE_PR_TITLE_PATTERN=".*\\(#(\\d+)\\)" ########################## # Jira <> Gitlab mapping #
