summaryrefslogtreecommitdiffstatshomepage
path: root/bridge/core/import.go
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2020-02-19 19:07:44 +0100
committerGitHub <noreply@github.com>2020-02-19 19:07:44 +0100
commitb3318335986618388637a9d35d68b39633e4548a (patch)
tree00caadd3bf8a96f1dc5bca092cdec7a73247f5f3 /bridge/core/import.go
parent08122b3815dd9d684b50e5b901f34c879c3ae5b7 (diff)
parentbe763b4c4c7c5fd9e33bd53175364b3f9e781af7 (diff)
downloadgit-bug-b3318335986618388637a9d35d68b39633e4548a.tar.gz
git-bug-b3318335986618388637a9d35d68b39633e4548a.zip
Merge pull request #250 from cheshirekow/cheshirekow-jira
Implement jira bridge
Diffstat (limited to 'bridge/core/import.go')
-rw-r--r--bridge/core/import.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/bridge/core/import.go b/bridge/core/import.go
index f0a6f0c8..0b0b4c68 100644
--- a/bridge/core/import.go
+++ b/bridge/core/import.go
@@ -30,12 +30,12 @@ const (
// Identity has been created
ImportEventIdentity
- // Error happened during import
- ImportEventError
-
// Something wrong happened during import that is worth notifying to the user
// but not severe enough to consider the import a failure.
ImportEventWarning
+
+ // Error happened during import
+ ImportEventError
)
// ImportResult is an event that is emitted during the import process, to