mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix : Comment showing up on issues.apache.org is wrong
This commit is contained in:
parent
b15964544c
commit
189f468422
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ JIRA_USERNAME = os.environ.get("JIRA_USERNAME", "moon")
|
|||
# ASF JIRA password
|
||||
JIRA_PASSWORD = os.environ.get("JIRA_PASSWORD", "00000")
|
||||
|
||||
GITHUB_BASE = "https://github.com/apache/incubator-zeppelin/pulls"
|
||||
GITHUB_BASE = "https://github.com/apache/incubator-zeppelin/pull"
|
||||
GITHUB_API_BASE = "https://api.github.com/repos/apache/incubator-zeppelin"
|
||||
JIRA_BASE = "https://issues.apache.org/jira/browse"
|
||||
JIRA_API_BASE = "https://issues.apache.org/jira"
|
||||
|
|
|
|||
Loading…
Reference in a new issue