Skip to content

Commit

Permalink
Merge pull request #91 from Brightscout/release-2.0.0
Browse files Browse the repository at this point in the history
Bump plugin version to v2.0.0
  • Loading branch information
raghavaggarwal2308 authored Oct 13, 2022
2 parents 0e8c9e6 + 44d1f79 commit 4c615c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Mattermost Azure DevOps plugin",
"description": "This plugin provides services of Azure DevOps such as Boards, Repos and Pipelines",
"icon_path": "assets/azurebot.svg",
"version": "1.3.0",
"version": "2.0.0",
"min_server_version": "5.37.0",
"server": {
"executables": {
Expand Down
2 changes: 1 addition & 1 deletion server/plugin/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ func (p *Plugin) ParseSubscriptionsToCommandResponse(subscriptionsList []*serial
case constants.SubscriptionEventPullRequestCreated:
displayEventType = "Pull Request Created"
case constants.SubscriptionEventPullRequestUpdated:
displayEventType = "Pull Request Deleted"
displayEventType = "Pull Request Updated"
case constants.SubscriptionEventPullRequestMerged:
displayEventType = "Pull Request Merge Attempted"
case constants.SubscriptionEventPullRequestCommented:
Expand Down

0 comments on commit 4c615c2

Please sign in to comment.